PollFD#
- class PollFD(fd, events)#
Represents a file descriptor, which events to poll for, and which events occurred.
Fields#
- class PollFD
- events#
- fd#
The file descriptor to poll (or a HANDLE on Win32)
- revents#
- A bitwise combination of flags from
IOCondition
, returned from the poll() function to indicate which events occurred.
- A bitwise combination of flags from