Module rustradio::graph

source ·
Expand description

Graphs contain blocks connected by streams, and run them.

Structs§

  • 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.