rd-framework
2024.3.0
rd-framework
/
com.jetbrains.rd.framework.util
/
lifetimedCoroutineScope
lifetimed
Coroutine
Scope
suspend
fun
<
T
>
lifetimedCoroutineScope
(
lifetime
:
Lifetime
,
action
:
suspend
CoroutineScope
.
(
)
->
T
)
:
T
Content copied to clipboard
Creates a
coroutineScope
that will be cancelled on the passed lifetime termination