class EventMachine::ProcessWatch

def stop_watching

This will be called automatically when a process dies. User code may call it as well.
Discontinue monitoring of the process.
def stop_watching
  EventMachine::unwatch_pid(@signature)
end