Crate workflow_task

Source

Macros§

set_task
task

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§

TaskError
Errors produced by the Task implementation

Type Aliases§

FnReturn
TaskFn
TaskResult
Result type used by the Task implementation