Docs.rs
dag-executor-0.1.0
dag-executor 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
menjaraz
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
clap ^4
normal
futures ^0.3
normal
lru ^0.12
normal
parking_lot ^0.12
normal
petgraph ^0.6
normal
prometheus ^0.13
normal
optional
rand ^0.8
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
thiserror ^1
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1
normal
criterion ^0.5
dev
tempfile ^3
dev
tokio-test ^0.4
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module trait
dag_
executor
0.1.0
Module trait
Module Items
Traits
Type Aliases
In dag_
executor::
tasks
dag_executor
::
tasks
Module
trait
Copy item path
Source
Expand description
The core
Task
abstraction.
Traits
§
Task
A unit of work in the DAG.
Type Aliases
§
Task
Output
The value a task produces on success.