Crate singleton_task

Source

Structs§

Context
Receiver
The receiving half of Rust’s channel (or sync_channel) type. This half can only be owned by one thread.
SingletonTask
SyncSender
The sending-half of Rust’s synchronous sync_channel type.
TaskHandle

Enums§

TaskError

Traits§

FutureExt
An extension trait for Futures that provides a variety of convenient adapters.
TError
Task
TaskBuilder

Type Aliases§

LocalBoxFuture
BoxFuture, but without the Send requirement.