Package org.jcsp.lang
Class Any2OneChannelIntImpl
- java.lang.Object
-
- org.jcsp.lang.Any2OneIntImpl
-
- org.jcsp.lang.Any2OneChannelIntImpl
-
- All Implemented Interfaces:
Any2OneChannelInt
,ChannelInternalsInt
class Any2OneChannelIntImpl extends Any2OneIntImpl
This implements an any-to-one integer channel, safe for use by many writers and one reader.Refer to theAny2OneChannelInt
interface for a fuller description.
-
-
Constructor Summary
Constructors Constructor Description Any2OneChannelIntImpl()
-
Method Summary
-
Methods inherited from class org.jcsp.lang.Any2OneIntImpl
endRead, in, out, read, readerDisable, readerEnable, readerPending, readerPoison, startRead, write, writerPoison
-
-