Skip to content

Releases: dagrs-dev/dagrs

0.3.0

18 Nov 01:39
6a3b72f
Compare
Choose a tag to compare
  1. Allows creating actions with any lifetime and not just 'static. Thanks to @aminya
  2. Improve the docs. Thanks to @QIUZHILEI

0.2.0 - Remove the Deno

26 Jul 01:55
4eade92
Compare
Choose a tag to compare
Merge pull request #23 from genedna/main

bump to 0.2.0

Introducing dagrs: A High-Performance, Asynchronous DAG Engine for Complex Task Execution in Rust

23 Jun 10:16
Compare
Choose a tag to compare

The DAG engine, named "dagrs," is designed to execute multiple tasks with graph-like dependencies. It offers high performance and asynchronous execution, providing a convenient programming interface for Rust developers.

The dagrs engine allows users to execute multiple tasks with complex graph dependencies. Users define tasks and specify their dependencies, and dagrs accomplish the jobs in the topological sequence of the graph. The engine supports two basic task execution methods: one using a YAML configuration file and the other through a programming implementation.