An async task scheduling utilitiy.
A dynamic DAG scheduler for async futures. Provides a Stream-based API that executes futures only after all their dependencies have completed. Nodes can be inserted while the DAG is running, missing dependencies are handled via placeholders, and ready tasks are executed concurrently.
Composable dataflow and pipeline abstraction for Rust using a Directed Acyclic Graph model.
A minimal, type-safe, runtime-agnostic async DAG (Directed Acyclic Graph) executor with compile-time cycle prevention and true parallel execution
A minimal, type-safe, runtime-agnostic async DAG (Directed Acyclic Graph) executor with compile-time cycle prevention and true parallel execution
A DAG runner with async support
DAG Flow is a simple DAG workflow engine.
A type-safe async DAG task flow framework
A persistent, resumable, human-in-the-loop workflow engine backed by a petgraph DAG
async task DAG execution
Dagrs follows the concept of Flow-based Programming and is suitable for the execution of multiple tasks with graph-like dependencies. Dagrs has the characteristics of high performance and asynchronous execution. It provides users with a convenient programming interface.
Dagrs follows the concept of Flow-based Programming and is suitable for the execution of multiple tasks with graph-like dependencies. Dagrs has the characteristics of high performance and asynchronous execution. It provides users with a convenient programming interface.
No description provided.
No description provided.
No description provided.