Code Examples
A repository of 155 code examples for BeepBeep
|
Use the Fork processor to replicate input events in multiple output streams. More...
Static Public Member Functions | |
static void | main (String[] args) throws InterruptedException |
Use the Fork processor to replicate input events in multiple output streams.
Graphically, the processors of this example can be drawn as follows:
The expected output of this program is:
P0 foo P1 foo P2 foo P0 bar P1 bar P2 bar
Definition at line 44 of file ForkPull.java.
|
static |