Module workflow_core::channel

source ·
Expand description

async_std::channel re-exports and shims

Structs

Enums

Functions

  • Creates a bounded channel.
  • Creates a oneshot channel (bounded channel with a limit of 1 message)
  • Creates an unbounded channel.