A poll() based implementation of the twisted main loop.

To install the event loop (and you should do this before any connections, listeners or connectors are added):

    from twisted.internet import pollreactor
    pollreactor.install()
Class PollReactor A reactor that uses poll(2).
Function install Install the poll() reactor.
Variable __all__ Undocumented
def install(): (source)

Install the poll() reactor.

__all__ =
Undocumented
(type: List[str])
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.