An epoll() 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 epollreactor
    epollreactor.install()
Class EPollReactor A reactor that uses epoll(7).
Function install Install the epoll() reactor.
Variable __all__ Undocumented
def install(): (source)

Install the epoll() reactor.

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