Blocks and flowgraph: added this time
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
// This crate manages the flowgraph datastructures and execution/scheduling
|
||||
// as well as the communication between the blocks
|
||||
|
||||
pub mod block;
|
||||
pub mod edge;
|
||||
pub mod graph;
|
||||
pub mod stream;
|
||||
|
||||
Reference in New Issue
Block a user