Module queue

Module queue 

Source
Expand description

Thread safe queues that that trigger notifications on mio::Waker

Structs§

BoundedNotificationQueue
A bounded queue that helps with simulation of registering event sources with Poll. It keeps track of NotificationIds associated with Waker
NotificationQueue
An unbounded queue that helps with simulation of registering event sources with Poll. It keeps track of NotificationIds associated with Waker

Enums§

NotificationError
An error returned from the SyncEventNotificationQueue::push function.

Traits§

NotificationReceiver
Represents the side that receives event notifications
Notifier
Represents the side that notifies

Type Aliases§

Result