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