Module tokio::sync::oneshot [−][src]
A channel for sending a single message between asynchronous tasks.
Modules
error | Oneshot error types |
Structs
Receiver | Receive a value from the associated |
Sender | Sends a value to the associated |
Functions
channel | Create a new one-shot channel for sending single values across asynchronous tasks. |