Crate workflow_task
source ·Macros§
Structs§
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§
- Errors produced by the
Task
implementation
Type Aliases§
- Result type used by the
Task
implementation