Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module pollreactor |
|
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<mailto:twisted@itamarst.org>Classes | |
---|---|
PollReactor |
A reactor that uses poll(2). |
Function Summary | |
---|---|
Install the poll() reactor. |
Variable Summary | |
---|---|
int |
POLL_DISCONNECTED
|
poll |
poller
|
dict |
reads
|
dict |
selectables
|
dict |
writes
|
Function Details |
---|
install()Install the poll() reactor. |
Variable Details |
---|
POLL_DISCONNECTED
|
poller
|
reads
|
selectables
|
writes
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:18:27 2003 | http://epydoc.sf.net |