Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 791 Bytes

File metadata and controls

23 lines (22 loc) · 791 Bytes
//! 
//!  src1  src2  src3  src4    src5 src6  src7    
//!    __   __   __   __        __   __   __ 
//!   |  | |  | |  | |  |      |  | |  | |  |   ....
//!    ^^   ^^   ^^   ^^        ^^   ^^   ^^
//!      \   |    |  _/          \    |    /
//!       \  |   / /              \   |   /
//!        \ |  / /                \  |  /      ....
//!         \| / /                  \ | /
//!          || /                    \|/ 
//!          __                      __
//!         |  |                    |  |        ....
//!          ^^                      ^^
//!         sink1                   sink2
//! 
//!  Streams data from multiple sources to sink1 and sink2 and backwards,
//!  Sources and sinks can be added on the fly

TODO:

  • Some names might not be perfect
  • Documentation