module documentation
(source)

Implements a simple polling interface for file descriptors that don't work with select() - this is pretty much only useful on Windows.
Constant FULL​_BUFFER​_SIZE Undocumented
Constant MAX​_TIMEOUT Undocumented
Constant MIN​_TIMEOUT Undocumented
Class _​Pollable​Read​Pipe Undocumented
Class _​Pollable​Resource Undocumented
Class _​Pollable​Write​Pipe No class docstring; 0/7 instance variable, 4/10 methods documented
Class _​Polling​Timer Undocumented
FULL_BUFFER_SIZE = (source)

Undocumented

Value
64*1024
MAX_TIMEOUT: float = (source)

Undocumented

Value
0.1
MIN_TIMEOUT: float = (source)

Undocumented

Value
1e-09