You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a struct Graph, replacing Dag in the old version.
Remove field rely_graph.
Automatically create channels and assign corresponding senders and receivers to the nodes when building the graph.
Modify the logic of error-handling: If one node fails, the graph will not stop running, and users can then handle exceptions or errors at a successor node.
The text was updated successfully, but these errors were encountered:
191220029
changed the title
BP Asynchronous feature
FBP Asynchronous feature
Oct 19, 2024
Hey :) All boxes are checked. Is there something else I could help out with for this issue?
Thank you for your attention :)
Currently we are working hard to complete the Parser (#74).
After the refactoring plan is completed, we will release a new version. This new version will serve as the prototype of dagrs, and I think there are still many things that need to be improved. You can refer to this version to adjust your projects and tell us where dagrs need modification and improvement.
FBP Asynchronous feature
Graph
, replacingDag
in the old version.rely_graph
.The text was updated successfully, but these errors were encountered: