2020-04-28 16:58:00 +02:00
|
|
|
# Source.lazilyAsync
|
2018-04-18 10:26:53 +02:00
|
|
|
|
2019-12-18 01:42:30 +01:00
|
|
|
Deprecated by @ref:[`Source.lazyFutureSource`](lazyFutureSource.md).
|
2018-04-18 10:26:53 +02:00
|
|
|
|
2018-05-29 17:00:48 +09:00
|
|
|
@ref[Source operators](../index.md#source-operators)
|
2018-04-18 11:44:37 +02:00
|
|
|
|
2018-04-18 10:26:53 +02:00
|
|
|
## 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
|
|
|
|
2018-04-18 10:26:53 +02:00
|
|
|
Defers creation and materialization of a `CompletionStage` until there is demand.
|
|
|
|
|
|
2019-10-04 15:46:05 +02:00
|
|
|
## Reactive Streams semantics
|
2018-04-18 10:26:53 +02:00
|
|
|
|
|
|
|
|
@@@div { .callout }
|
|
|
|
|
|
|
|
|
|
**emits** the future completes
|
|
|
|
|
|
|
|
|
|
**completes** after the future has completed
|
|
|
|
|
|
|
|
|
|
@@@
|
|
|
|
|
|