toggle menu
Smithy Kotlin
1.1.5
common
switch theme
runtime-core
/
aws.smithy.kotlin.runtime.util
/
asyncLazy
async
Lazy
fun
<
T
>
asyncLazy
(
initializer
:
suspend
(
)
->
T
)
:
LazyAsyncValue
<
T
>
Create a
LazyAsyncValue
with the given
initializer