public interface SharedChannelOutput<T> extends ChannelOutput<T>
ChannelOutput
except that it is guaranteed
safe to pass on to more than one internal process for parallel writing.
A writing-end, obtained from an any-one or any-any channel by invoking its in() method, will implement this interface.
write
poison
Copyright © 1996–2021. All rights reserved.