Package org.jcsp.lang

Interface ChannelOutput<T>

    • Method Detail

      • write

        void write​(T object)
        Write an Object to the channel.
        Parameters:
        object - the object to write to the channel