Available on crate feature
std only.Expand description
Structs§
- Synchronously sends values to an associated
Receiver. - 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 associated
Senders. - StaticChannel
staticA statically-allocated, blocking bounded MPSC channel. - StaticReceiver
staticSynchronously receives values from associatedStaticSenders. - StaticSender
staticSynchronously 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.