monix.reactive.MulticastStrategy
The Async strategy is for building multicast observables that emit the last value (and only the last value) of the source and only after the source completes.
Async
Corresponds to Pipe.async.
The
Async
strategy is for building multicast observables that emit the last value (and only the last value) of the source and only after the source completes.Corresponds to Pipe.async.