Part of twisted.internet View Source
Deprecated module that used to contain SelectReactor and PosixReactorBase
Maintainer: Itamar Shtull-Trauring| Line # | Kind | Name | Docs |
|---|---|---|---|
| 163 | Class | PosixReactorBase | A basis for reactors that use file descriptors. |
| 52 | Class | SelectReactor | A select() based reactor - runs on all POSIX platforms and on Win32. |
| 197 | Function | install | Configure the twisted mainloop to be run using the select() reactor. |