Module drone_core::sync::spsc::ring [−][src]
A single-producer, single-consumer queue for sending values across asynchronous tasks.
See channel
constructor for more.
Structs
Receiver | The receiving-half of |
SendError | The error type returned from |
Sender | The sending-half of |
Enums
SendErrorKind | Kind of |
Constants
MAX_CAPACITY | Maximum capacity of the channel. |
Functions
channel | Creates a new channel, returning the sender/receiver halves. |