workflow-graph-queue 0.3.0

Queue traits, in-memory backends, and DAG scheduler for workflow-graph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "workflow-graph-queue"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Queue traits, in-memory backends, and DAG scheduler for workflow-graph"

[dependencies]
workflow-graph-shared.workspace = true
tokio = { version = "1", features = ["sync", "time", "rt", "rt-multi-thread", "macros"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4"] }
thiserror = "2"