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