Source.fromFutureSource
Deprecated by Source.futureSource
.
Signature
Source.fromFutureSource
Source.fromFutureSource
Description
fromFutureSource
has been deprecated in 2.6.0, use futureSource instead.
Streams the elements of the given future source once it successfully completes. If the future fails the stream is failed.
Reactive Streams semantics
emits the next value from the future source, once it has completed
completes after the future source completes