monix.reactive.observers
A safe subscriber safe guards subscriber implementations, such that:
onComplete
onError
Ack.Stop
onNext
Stop
A safe subscriber safe guards subscriber implementations, such that:
onCompleteandonErrorsignals are back-pressuredAck.Stop, to stop sending eventsonErrororonCompletewas emitted, the observer no longer acceptsonNextevents, ensuring that the grammar is respectedStop, the observer no longer accepts any events, ensuring that the grammar is respected