Re-exports§
pub use crossbeam_channel as crossbeam;
Structs§
- MsgReceiver
- MsgSender
- Payload
- Receiver
- The receiving half of Rust’s
channel
(orsync_channel
) type. This half can only be owned by one thread. - Sender
- The sending-half of Rust’s asynchronous
channel
type.