class EventMachine::ProcessWatch

def process_forked

There is currently not an easy way to get the pid of the forked child.

Should be redefined with the user's custom callback that will be fired when the prcess is forked.
def process_forked
end