Module t.i.epollreactor

Part of twisted.internet View 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()
Maintainer: Jp Calderone
Line # Kind Name Docs
30 Class EPollReactor A reactor that uses epoll(4).
246 Function install Install the epoll() reactor.
def install(): (source)
Install the epoll() reactor.
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.