Module: pollreactor | Twisted-0.19.0/twisted/internet/pollreactor.py | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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()
|