Expand description
Thread safe queues that that trigger notifications on mio::Waker
Structs§
- Bounded
Notification Queue - A bounded queue that helps with simulation of registering event sources with
Poll. It keeps track ofNotificationIds associated with Waker - Notification
Queue - An unbounded queue that helps with simulation of registering event sources with
Poll. It keeps track ofNotificationIds associated withWaker
Enums§
- Notification
Error - An error returned from the
SyncEventNotificationQueue::pushfunction.
Traits§
- Notification
Receiver - Represents the side that receives event notifications
- Notifier
- Represents the side that notifies