Package org.jcsp.lang
Class Any2OneChannelIntImpl
java.lang.Object
org.jcsp.lang.Any2OneIntImpl
org.jcsp.lang.Any2OneChannelIntImpl
- All Implemented Interfaces:
Any2OneChannelInt
,ChannelInternalsInt
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.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jcsp.lang.Any2OneIntImpl
endRead, in, out, read, readerDisable, readerEnable, readerPending, readerPoison, startRead, write, writerPoison
-
Constructor Details
-
Any2OneChannelIntImpl
Any2OneChannelIntImpl()
-