Part of twisted.internet View Source
UNIX Process management.
Do NOT use this module directly - use reactor.spawnProcess() instead.
Maintainer: Itamar Shtull-TrauringFunction | reapAllProcesses | Reap all registered processes. |
Function | registerReapProcessHandler | Undocumented |
Function | unregisterReapProcessHandler | Undocumented |
Function | detectLinuxBrokenPipeBehavior | Undocumented |
Class | ProcessWriter | (Internal) Helper class to write into a Process's input pipe. |
Class | ProcessReader | ProcessReader |
Class | Process | An operating-system Process. |
Class | PTYProcess | An operating-system Process that uses PTY support. |