Crate singleton_task

Crate singleton_task 

Source

Structs§

Context
JoinHandle
An owned permission to join on a task (await its termination).
Receiver
Receives values from the associated Sender.
Sender
Sends values to the associated Receiver.
SingletonTask
TaskHandle

Enums§

TaskError

Traits§

TError
Task
TaskBuilder

Attribute Macros§

async_trait