Code Examples
A repository of 155 code examples for BeepBeep
basic.ForkMutable Class Reference

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
 

Detailed Description

See the effect of sending a mutable object into a Fork processor.

Graphically, the processors of this example can be drawn as follows:

Processor graph
Author
Sylvain Hallé Easy

Definition at line 43 of file ForkMutable.java.


The documentation for this class was generated from the following file: