Module spsc

Module spsc 

Source
Available on crate feature compat only.

Functionsยง

bounded_async
Creates a bounded channel where both the sender and receiver are async.
bounded_blocking
Creates a bounded channel for use in a blocking context.
bounded_tx_async_rx_blocking
Creates a bounded channel where the sender is async and the receiver is blocking.
bounded_tx_blocking_rx_async
Creates a bounded channel where the sender is blocking and the receiver is async.
unbounded_async
Creates an unbounded channel for use in an async context.
unbounded_blocking
Creates an unbounded channel for use in a blocking context.