class EventMachine::YieldBlockFromSpawnedProcess

def initialize block, notify

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