module documentation
Select reactor
Class |
|
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. |
Function | _one |
Undocumented |
Function | _preen |
Undocumented |
Type Variable | _T |
Undocumented |
def _onePreen(toPreen:
list[ _T]
, preenInto: set[ _T]
, disconnect: Callable[ [ _T, Exception, bool], None]
):
(source)
¶
Undocumented
def _preenDescriptors(reads:
set[ IReadDescriptor]
, writes: set[ IWriteDescriptor]
, disconnect: Callable[ [ (IReadDescriptor|IWriteDescriptor), Exception, bool], None]
):
(source)
¶
Undocumented