Package org.jcsp.lang

Class RejectableAltingChannelInput

    • Constructor Detail

      • RejectableAltingChannelInput

        public RejectableAltingChannelInput()
        Deprecated.
    • Method Detail

      • reject

        public abstract void reject()
        Deprecated.
        Reject any data pending instead of reading it. The currently blocked writer will receive a ChannelDataRejectedException.
        Specified by:
        reject in interface RejectableChannelInput