Module mio_misc::queue [−][src]
Expand description
Thread safe queues that that trigger notifications on mio::Waker
Structs
A bounded queue that helps with simulation of registering event sources with Poll
.
It keeps track of NotificationId
s associated with Waker
An unbounded queue that helps with simulation of registering event sources with Poll
.
It keeps track of NotificationId
s associated with Waker
Enums
An error returned from the SyncEventNotificationQueue::push
function.
Traits
Represents the side that receives event notifications
Represents the side that notifies