Thread Processes 3
class Delta implements CSPProcess {
private ChannelOutput out1;
private ChannelOutput out2;
public Delta(ChannelInput in, ChannelOutput out1, ChannelOutput out2) {
public void run() {
- Use Parallel versions of write
- Have a Parallel Read process
- Need general Parallel Construct