# File lib/em/spawnable.rb, line 81
  def self.yield_and_notify &block
    return YieldBlockFromSpawnedProcess.new( block, true )
  end