Available on crate feature 
std only.Expand description
Structs§
- Synchronously sends values to an associatedReceiver.
- A reference to a message being received from a blocking channel.
- A reference to a message being sent to a blocking channel.
- Synchronously receives values from associatedSenders.
- StaticChannelstaticA statically-allocated, blocking bounded MPSC channel.
- StaticReceiverstaticSynchronously receives values from associatedStaticSenders.
- StaticSenderstaticSynchronously sends values to an associatedStaticReceiver.
Functions§
- Returns a new synchronous multi-producer, single consumer (MPSC) channel with the provided capacity.
- Returns a new synchronous multi-producer, single consumer channel with the provided recycling policy.