Source.fromFuture

Deprecated by Source.future.

Source operators

Signature

Source.fromFutureSource.fromFuture

Description

fromFuture has been deprecated in 2.6.0, 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

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.