[−][src]Module futures::channel::oneshot
A channel for sending a single message between asynchronous tasks.
Structs
Canceled | Error returned from a |
Receiver | A future for a value that will be provided by another asynchronous task. |
Sender | A means of transmitting a single value to another task. |
Functions
channel | Creates a new one-shot channel for sending values across asynchronous tasks. |