Macros§
Structs§
- Task
Task
{self::Task} struct allows you to spawn an async fn that can run in a loop as a task (similar to a thread), checking for a termination signal (so that execution can be aborted), upon completion returning a value to the creator.
Enums§
Type Aliases§
- FnReturn
- TaskFn
- Task
Result - Result type used by the
Task
implementation