Module drone_core::sync::spsc::oneshot [−][src]
A channel for sending a single message between asynchronous tasks.
See channel constructor for more.
Structs
| Canceled | Error returned from a |
| Receiver | The receiving-half of |
| Sender | The sending-half of |
Functions
| channel | Creates a new one-shot channel, returning the sender/receiver halves. |