This is subclassed from EventMachine::Connection for use with the process monitoring API. Read the documentation on the instance methods of this class, and for a full explanation see EventMachine.watch_process.
Returns the pid that EventMachine::watch_process was originally called with.
# File lib/em/process_watch.rb, line 21 21: def pid 22: @pid 23: end
Should be redefined with the user’s custom callback that will be fired when the process exits.
stop_watching is called automatically after this callback
# File lib/em/process_watch.rb, line 34 34: def process_exited 35: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.