# File lib/em/spawnable.rb, line 76
  def self.yield &block
    return YieldBlockFromSpawnedProcess.new( block, false )
  end