# File lib/em/spawnable.rb, line 78 78: def EventMachine.yield &block 79: return YieldBlockFromSpawnedProcess.new( block, false ) 80: end