module documentation
(source)

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()
Variable epoll Undocumented
Variable EPOLLHUP Undocumented
Variable EPOLLERR Undocumented
Variable EPOLLIN Undocumented
Variable EPOLLOUT Undocumented
Class EPollReactor A reactor that uses epoll(7).
Function install Install the epoll() reactor.
epoll = (source)

Undocumented

EPOLLHUP = (source)

Undocumented

EPOLLERR = (source)

Undocumented

EPOLLIN = (source)

Undocumented

EPOLLOUT = (source)

Undocumented

def install(): (source)

Install the epoll() reactor.

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.