| This event indicates that a sink has closed, either intentionally
by the application, or unintentionally, due to an error condition.
A sink is considered closed when it is no longer being serviced.
As opposed to SinkClosedException (which is thrown immediately
if one tries to enqueue onto a closed sink), this event is pushed
to a stage if a sink closes asynchronously (that is, without being
requested by the application), or some time after the original
enqueue occurred.
See Also: SinkClosedException author: Matt Welsh |