Class: EventMachine::YieldBlockFromSpawnedProcess

Inherits:
Object
  • Object
show all
Defined in:
lib/em/spawnable.rb

Instance Method Summary collapse

Constructor Details

#initialize(block, notify) ⇒ YieldBlockFromSpawnedProcess

Returns a new instance of YieldBlockFromSpawnedProcess.



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

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

Instance Method Details

#pull_out_yield_blockObject



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

def pull_out_yield_block
  @block
end