stream_graph 0.2.0
stream_graph: ^0.2.0 copied to clipboard
A Dart library for constructing directed acyclic graphs of Streams building upon each other.
0.2.0 #
- Initial release
- Generate a DAG of StreamNodes which can be compiled to a DAG of Streams
- Recursively schedule items into a Stream
- Generate .dot files visualizing Stream DAGs