Structs§
- Context
- Receiver
- The receiving half of Rust’s
channel(orsync_channel) type. This half can only be owned by one thread. - Singleton
Task - Sync
Sender - The sending-half of Rust’s synchronous
sync_channeltype. - Task
Handle
channel (or sync_channel) type.
This half can only be owned by one thread.sync_channel type.