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§

TError
Task
TaskBuilder

Attribute Macros§

async_trait