Module t.i._threadedselect

Part of twisted.internet View Source

No module docstring
Function dictRemove Undocumented
Function raiseException Undocumented
Class ThreadedSelectReactor A threaded select() based reactor - runs on all POSIX platforms and on
Function install Configure the twisted mainloop to be run using the select() reactor.
def dictRemove(dct, value): (source)
Undocumented
def raiseException(e): (source)
Undocumented
def install(): (source)
Configure the twisted mainloop to be run using the select() reactor.
API Documentation for twisted, generated by pydoctor.