Package org.jcsp.lang
Class Any2AnyChannelIntImpl
- java.lang.Object
-
- org.jcsp.lang.Any2AnyIntImpl
-
- org.jcsp.lang.Any2AnyChannelIntImpl
-
- All Implemented Interfaces:
Any2AnyChannelInt
,ChannelInternalsInt
class Any2AnyChannelIntImpl extends Any2AnyIntImpl
This implements an any-to-any integer channel, safe for use by many writers and many readers. Refer to theAny2AnyChannelInt
interface for more details.- See Also:
One2OneChannelImpl
,Any2OneChannelImpl
,One2AnyChannelImpl
-
-
Constructor Summary
Constructors Constructor Description Any2AnyChannelIntImpl()
-
Method Summary
-
Methods inherited from class org.jcsp.lang.Any2AnyIntImpl
endRead, in, out, read, readerDisable, readerEnable, readerPending, readerPoison, startRead, write, writerPoison
-
-