Docs.rs
workflow-task-0.3.2
workflow-task 0.3.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
aspect
surinder83singh
Dependencies
workflow-core ^0.3.2
normal
workflow-task-macros ^0.3.2
normal
tokio ^1.24.2
dev
futures ^0.3.25
normal
thiserror ^1.0.38
normal
Versions
52.63%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate workflow_task
Version 0.3.2
All Items
Macros
Structs
Enums
Type Definitions
?
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 Definitions
FnReturn
TaskFn
TaskResult
Result type used by the
Task
implementation