Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
Modifier and Type | Method and Description |
---|---|
static <T> One2OneChannelSymmetric<T> |
Channel.one2oneSymmetric()
This constructs an Object carrying channel that
may only be connected to one writer and one reader process at a time.
|
static <T> One2OneChannelSymmetric<T>[] |
Channel.one2oneSymmetricArray(int size)
This constructs an array of symmetric one-one Object channels.
|
Copyright © 1996–2019. All rights reserved.