Module t.i.pollreactor

Part of twisted.internet View Source

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()

API Stability: stable

Maintainer: Itamar Shtull-Trauring
Class PollReactor A reactor that uses poll(2).
Function install Install the poll() reactor.
def install(): (source)
Install the poll() reactor.
API Documentation for twisted, generated by pydoctor.