Skip to content

Latest commit

 

History

History

fanout-fanin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Fan-Out/Fan-In Example

An implementation with the following model.


                                     +------------------+
                                     | Transform        |
                                     +------------------+
                               +-----> Instant   String +----+
        +-----------------+    |     |                  |    |    +-----------------+
        | Source          |    |     |     Counter      |    |    | Sink            |
        +-----------------+    |     |                  |    |    +-----------------+
        |         Instant +----+     +------------------+    +----> String          |
        |                 |    |     +------------------+    |    |                 |
        |      Timer      |    |     | Transform        |    |    |     Stdout      |
        |                 |    |     +------------------+    |    |                 |
        +-----------------+    +-----> Instant   String +----+    +-----------------+
                                     |                  |
                                     |   Elapsed Time   |
                                     |                  |
                                     +------------------+