Part of twisted.internet.posixbase View Source View In Hierarchy
Method | __init__ | Initialize. |
Method | install | Install the handler necessary to make this waker active. |
Method | uninstall | Remove the handler which makes this waker active. |
Method | doRead | Having woken up the reactor in response to receipt of
SIGCHLD , reap the process which exited.
|
Inherited from _FDWaker:
Method | connectionLost | Close both ends of my pipe. |
Inherited from Logger (via _FDWaker):
Method | logPrefix | Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines. |
Inherited from Ephemeral (via _FDWaker):
Method | __getstate__ | Undocumented |
Method | __setstate__ | Undocumented |
Having woken up the reactor in response to receipt of
SIGCHLD
, reap the process which exited.
wakeUp
method.