Package org.jcsp.net2

Interface NetSharedChannelOutput<T>

All Superinterfaces:
ChannelOutput<T>, NetChannelOutput<T>, Networked, Poisonable, SharedChannelOutput<T>
All Known Implementing Classes:
Any2NetChannel

public interface NetSharedChannelOutput<T> extends NetChannelOutput<T>, SharedChannelOutput<T>
Defines a networked ChannelOutput that is safe to be used by multiple concurrent processes. For more information see NetChannelOutput and SharedChannelOutput. To create an instance, see the relevant factory method.
See Also: