Module channel

Source

Re-exports§

pub use crossbeam_channel as crossbeam;

Structs§

MsgReceiver
MsgSender
Payload
Receiver
The receiving half of Rust’s channel (or sync_channel) type. This half can only be owned by one thread.
Sender
The sending-half of Rust’s asynchronous channel type.

Functions§

fast_channel
msg_channel
payload_channel
single_msg_channel
unbounded_channel

Type Aliases§

PayloadReceiver
PayloadSender