Expand description
Event operations.
Modules
- Linux
epoll
support.
Structs
EFD_*
flags for use witheventfd
.struct pollfd
—File descriptor and flags for use withpoll
.POLL*
flags for use withpoll
.
Functions
eventfd(initval, flags)
—Creates a file descriptor for event notification.pause()
poll(self.fds, timeout)