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