metro
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
metro
runtime
/
dev.zacsweers.metro
/
suspendLazyOf
suspend
Lazy
Of
@
ExperimentalMetroCoroutinesApi
fun
<
T
>
suspendLazyOf
(
value
:
T
)
:
SuspendLazy
<
T
>
(
source
)
Returns an initialized
SuspendLazy
containing
value
.