module documentation
(source)

Posix reactor base class
Class ​Posix​Reactor​Base A basis for reactors that use file descriptors.
Variable process​Enabled Undocumented
Variable ssl Undocumented
Variable tls Undocumented
Variable unix​Enabled Undocumented
Variable win32process Undocumented
Interface _​IWaker Interface to wake up the event loop based on the self-pipe trick.
Class _​Continuous​Polling Schedule reads and writes based on the passage of time, rather than notification.
Class _​Disconnect​Selectable​Mixin Mixin providing the _disconnectSelectable method.
Class _​FDWaker The self-pipe trick<http://cr.yp.to/docs/selfpipe.html>, used to wake up the main loop from another thread or a signal handler.
Class _​Poll​Like​Mixin Mixin for poll-like reactors.
Class _​SIGCHLDWaker _SIGCHLDWaker can wake up a reactor whenever SIGCHLD is received.
Class _​Socket​Waker No summary
Class _​Unix​Waker This class provides a simple interface to wake up the event loop.
Constant _NO​_FILEDESC Undocumented
Constant _NO​_FILENO Undocumented
processEnabled: bool = (source)

Undocumented

Undocumented

Undocumented

unixEnabled = (source)

Undocumented

win32process = (source)

Undocumented

_NO_FILEDESC = (source)

Undocumented

Value
error.ConnectionFdescWentAway('File descriptor lost')
_NO_FILENO = (source)

Undocumented

Value
error.ConnectionFdescWentAway('Handler has no fileno method')