pekko/docs/src/main/paradox/stream/operators/Source/lazilyAsync.md
2023-03-23 01:37:57 +01:00

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

@@@