Source.fromFuture
Deprecated by Source.future
.
Signature¶
Description¶
fromFuture
is deprecated, please use future instead.
Send the single value of the Future
when it completes and there is demand. If the future fails the stream is failed with that exception.
Reactive Streams semantics¶
emits the future completes
completes after the future has completed
1.1.3