Install a signal handler which will write a byte to fd when SIGCHLD is received.

This is implemented by installing a SIGCHLD handler that does nothing, setting the SIGCHLD handler as not allowed to interrupt system calls, and using signal.set_wakeup_fd to do the actual writing.

ParametersfdThe file descriptor to which to write when SIGCHLD is received. (type: int)
Function noopSignalHandler Undocumented
def noopSignalHandler(*args): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.