pekko/akka-docs/src/main/paradox/stream/reference/lazilyAsync.md

22 lines
328 B
Markdown
Raw Normal View History

# lazilyAsync
Defers creation and materialization of a `CompletionStage` until there is demand.
## Signature
## Description
Defers creation and materialization of a `CompletionStage` until there is demand.
@@@div { .callout }
**emits** the future completes
**completes** after the future has completed
@@@
## Example