futures_channel

Module oneshot

Source
Expand description

A channel for sending a single message between asynchronous tasks.

Structs§

  • Error returned from a Receiver when the corresponding Sender is dropped.
  • A future for a value that will be provided by another asynchronous task.
  • A means of transmitting a single value to another task.

Functions§

  • Creates a new one-shot channel for sending values across asynchronous tasks.