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