stream_graph 0.2.5
stream_graph: ^0.2.5 copied to clipboard
A Dart library for constructing directed acyclic graphs of Streams building upon each other.
0.2.5 #
- Add EagerSourceNode which directly takes a Stream
0.2.4 #
- Add CopyNode to lazily copy a Stream
0.2.3 #
- Make duration parameter in Schedule optional and default to 0
0.2.2 #
- Interval#stopWhen can read other Streams from the CompiledStreamGraph
0.2.1 #
- Include generated freezed files
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