Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.utils
/
suspendLazy
suspend
Lazy
fun
<
T
>
CoroutineScope
.
suspendLazy
(
context
:
CoroutineContext
=
EmptyCoroutineContext
,
initializer
:
suspend
CoroutineScope
.
(
)
->
T
)
:
SuspendLazy
<
T
>