module documentation

Posix reactor base class

Class PosixReactorBase A basis for reactors that use file descriptors.
Variable processEnabled Undocumented
Variable unixEnabled Undocumented
Class _ContinuousPolling Schedule reads and writes based on the passage of time, rather than notification.
Class _DisconnectSelectableMixin Mixin providing the _disconnectSelectable method.
Class _PollLikeMixin Mixin for poll-like reactors.
Constant _NO_FILEDESC Undocumented
Constant _NO_FILENO Undocumented
processEnabled: bool = (source)

Undocumented

unixEnabled = (source)

Undocumented

_NO_FILEDESC = (source)

Undocumented

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

Undocumented

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