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