Crate ckb_channel

source ·
Expand description

Reexports crossbeam_channel to uniform the dependency version.

Modules§

  • A one-shot channel is used for sending a single message between asynchronous tasks.

Macros§

  • Selects from a set of channel operations.

Structs§

Enums§

Functions§

  • Creates a receiver that delivers a message after a certain duration of time.
  • Creates a channel of bounded capacity.
  • Creates a receiver that delivers messages periodically.
  • Creates a channel of unbounded capacity.