| This exception is thrown if one attempts to enqueue a new element
onto a sink which is closed. A sink is considered closed when it is
no longer being serviced by any application component.
As opposed to SinkClosedEvent, which is pushed when a sink closes
asynchronously, SinkClosedException is thrown immediately when
attempting to enqueue onto a closed sink.
See Also: SinkClosedEvent author: Matt Welsh |