489 B
489 B
Source.lazilyAsync
Deprecated by @ref:Source.lazyFutureSource.
@refSource operators
Signature
Description
lazilyAsync is deprecated, please use @ref:lazyFutureSource instead.
Defers creation and materialization of a CompletionStage until there is demand.
Reactive Streams semantics
@@@div { .callout }
emits the future completes
completes after the future has completed
@@@