Crate async_oneshot

Source
Expand description

A fast, small, full-featured async-aware oneshot channel

Unique feature: wait for receiver to be waiting.

Also supports the full range of things you’d expect.

Structs§

  • An empty struct that signifies the channel is closed.
  • The receiving half of a oneshot channel.
  • The sending half of a oneshot channel.

Enums§

Functions§

  • Create a new oneshot channel pair.