Creates an observer for the specified observable.
An observer returns the events emitted by the observable in a sequential, blocking manner. Usually, a separate task is used to drain the observer to ensure sequential processing with no concurrency/race-conditions.
See Implementation
Creates an observer for the specified observable.
An observer returns the events emitted by the observable in a sequential, blocking manner. Usually, a separate task is used to drain the observer to ensure sequential processing with no concurrency/race-conditions.