Expand description
Provides a Multi-Producer, Single-Consumer Event-Queue implementation.
Structs§
- Mpsc
Event Receiver - Provides the
EventReceiver
half of the event queue created byevent_queue()
. - Mpsc
Event Sender - Provides the
EventSender
half of the event queue created byevent_queue()
.
Functions§
- event_
queue - Creates a new mpsc sender / receiver pair.