Module t.i.default

Part of twisted.internet View Source

Deprecated module that used to contain SelectReactor and PosixReactorBase

API Stability: stable

Maintainer: Itamar Shtull-Trauring
Class PosixReactorBase A basis for reactors that use file descriptors.
Class SelectReactor A select() based reactor - runs on all POSIX platforms and on Win32.
Function install Configure the twisted mainloop to be run using the select() reactor.
def install(): (source)
Configure the twisted mainloop to be run using the select() reactor.
API Documentation for twisted, generated by pydoctor.