dagrs
dagrs copied to clipboard
A DAG engine build by Rust
Hey! First of all, thanks for this crate and all your work for it :) In my use case it's crucial to allow individual task errors. This crate already provides...
How can branching be implemented? For example, task A can be compute a boolean, and the rest of the workflow depends on whether it is true or false. I guess...
I was wondering if there are any plan on adding async run to the Action trait. I have a custom impl of Action trait which involves calling some API. I...
Any reason the latest tag of this Crate isn't on crates.io? This project is exactly what I was looking for and I actually gave up on finding something like and...
Is there a way to get the ids and names of each task after the Dag object is created (with_yaml_str)? tasks is not pub and there is no method to...
Is Discord still the best place to find the dagrs community? If so, please refresh the link. If not, it may not belong in the README anymore. Thank you.
Nodes can know the IDs of the possible receivers before sending, and the IDs of the sender after receiving data. Typed ports/channels #102
Typed ports/channels #102
We are going to add some non-FBP features to dagrs as **enhancements**, to make it more convenient for users to use dagrs. - Typed channels: a new type of channel...