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