Module wait

Source
Expand description

Wait-related functionality.

Structs§

PolledWait
A polled wait object.

Constants§

MAXIMUM_WAIT_READ_SIZE
The maximum read_size for WaitDriver::new_wait.

Traits§

PollWait
A trait for polling the state of waits.
WaitDriver
A trait for driving kernel event (Windows events or Unix eventfd) waits.