Class EventMachine::SpawnedProcess
In: lib/em/spawnable.rb
Parent: Object

Support for Erlang-style processes.

Methods

notify   resume   run   set_receiver  

Public Instance methods

Send a message to the spawned process

resume(*x)

Alias for notify

run(*x)

Alias for notify

[Validate]