Package | Description |
---|---|
org.jcsp.lang |
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
Any2OneChannelIntImpl
This implements an any-to-one integer channel,
safe for use by many writers and one reader.Refer to the
Any2OneChannelInt interface for
a fuller description. |
(package private) class |
BufferedAny2OneChannelIntImpl
This implements an any-to-one integer channel with user-definable buffering,
safe for use by many writers and one reader.
|
(package private) class |
PoisonableAny2OneChannelIntImpl |
(package private) class |
PoisonableBufferedAny2OneChannelInt |