pekko/docs/src/main/paradox/stream/operators/Source/lazilyAsync.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
489 B
Markdown
Raw Normal View History

# Source.lazilyAsync
Deprecated by @ref:[`Source.lazyFutureSource`](lazyFutureSource.md).
@ref[Source operators](../index.md#source-operators)
## Signature
## Description
2023-03-23 01:37:57 +01:00
`lazilyAsync` is deprecated, please use @ref:[lazyFutureSource](lazyFutureSource.md) instead.
2019-10-16 17:02:12 +02:00
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
@@@