Expand description
Graphs contain blocks connected by streams, and run them.
Structs
- When adding a block to a graph, this handle is handed back to be used for connecting blocks together.
- A handle to be able to stop the Graph. For example when the user presses Ctrl-C.
- A graph is a thing that RustRadio runs, to let blocks “talk to each other” via streams.