tokio_sync

Module oneshot

Source
Expand description

A channel for sending a single message between asynchronous tasks.

Modules§

Structs§

  • Receive a value from the associated Sender.
  • Sends a value to the associated Receiver.

Functions§

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