Module ksched::mpsc [−][src]
Expand description
A multi-producer, single-consumer queue for sending values between asynchronous tasks.
Structs
| Message | Message that carries user-provided data. |
| Receiver | The receiving end of a unbounded mpsc channel. |
| Sender | The transmission end of a unbounded mpsc channel. |
Functions
| channel | Creates a unbounded mpsc channel for communicating between asynchronous tasks. |