module documentation
(source)

Backwards compatibility, and utility functions.

In general, this module should not be used, other than by reactor authors who need to use the 'installReactor' method.

Function install​Reactor Install reactor reactor.
Constant CONNECTION​_DONE Undocumented
Constant CONNECTION​_LOST Undocumented
def installReactor(reactor): (source)
Install reactor reactor.
Parameters
reactorAn object that provides one or more IReactor* interfaces.
CONNECTION_DONE = (source)

Undocumented

Value
error.ConnectionDone('Connection done')
CONNECTION_LOST = (source)

Undocumented

Value
error.ConnectionLost('Connection lost')