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