rd-framework
2024.3.0
rd-framework
/
com.jetbrains.rd.framework.util
/
withContext
with
Context
suspend
fun
<
T
>
withContext
(
lifetime
:
Lifetime
,
context
:
CoroutineContext
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
T
Content copied to clipboard
suspend
fun
<
T
>
withContext
(
scheduler
:
IScheduler
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
T
Content copied to clipboard
suspend
fun
<
T
>
withContext
(
lifetime
:
Lifetime
,
scheduler
:
IScheduler
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
T
Content copied to clipboard