Expand description
Task management abstraction.
Modules§
Macros§
Structs§
- Handle
- Utility for sending
Jobsto aTask. - Job
- Do work on a mutable reference through a closure.
- Task
Manager - Utility provided to a
Taskimplementer for managing incomingJobs.
Traits§
Functions§
- run
- Runs a
Taskand returns aHandleto it. - run_
global - Runs a
Taskand saves the handle to the global state.