workflow-graph-queue 0.6.5

Queue traits, in-memory backends, and DAG scheduler for workflow-graph
Documentation
1
2
3
4
5
6
7
8
9
mod artifacts;
mod logs;
mod queue;
mod workers;

pub use artifacts::InMemoryArtifactStore;
pub use logs::InMemoryLogSink;
pub use queue::InMemoryJobQueue;
pub use workers::InMemoryWorkerRegistry;