module documentation

Select reactor

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.
Function win32select Win32 select wrapper.
def install(): (source)

Configure the twisted mainloop to be run using the select() reactor.

def win32select(r, w, e, timeout=None): (source)

Win32 select wrapper.