Code Examples
A repository of 155 code examples for BeepBeep
|
See the effect of sending a mutable object into a Fork processor. More...
Classes | |
class | RemoveFirst |
A processor that removes the first element of the list it receives and returns that list. | |
Static Public Member Functions | |
static void | main (String[] args) throws InterruptedException |
See the effect of sending a mutable object into a Fork processor.
Graphically, the processors of this example can be drawn as follows:
Definition at line 43 of file ForkMutable.java.