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
Enums§
Traits§
- Future
Ext - An extension trait for
Futures that provides a variety of convenient adapters. - TError
- Task
- Task
Builder
Type Aliases§
- Local
BoxFuture BoxFuture, but without theSendrequirement.