Modules§
Structs§
- 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 synchronous
sync_channeltype.
channel (or sync_channel) type.
This half can only be owned by one thread.sync_channel type.