# File lib/em/spawnable.rb, line 82
82:         def EventMachine.yield_and_notify &block
83:                 return YieldBlockFromSpawnedProcess.new( block, true )
84:         end