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 of `NotificationId’s associated with Waker - Notification
Queue - An unbounded queue that helps with simulation of registering event sources with
Poll. It keeps track ofNotificationId's 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
Type Aliases§
- Result
- Result type for the queue