123456789_123456789_123456789_123456789_123456789_

Class: EventMachine::YieldBlockFromSpawnedProcess Private

Do not use. This class is for internal use only.
Relationships & Source Files
Inherits: Object
Defined in: lib/em/spawnable.rb

Class Method Summary

Instance Method Summary

Constructor Details

.new(block, notify) ⇒ YieldBlockFromSpawnedProcess

[ GitHub ]

  
# File 'lib/em/spawnable.rb', line 60

def initialize block, notify
  @block = [block,notify]
end

Instance Method Details

#pull_out_yield_block

[ GitHub ]

  
# File 'lib/em/spawnable.rb', line 63

def pull_out_yield_block
  @block
end