rd-framework
2023.1.2
rd-framework
/
com.jetbrains.rd.framework.util
/
launch
launch
fun
Lifetime
.
launch
(
context
:
CoroutineContext
=
EmptyCoroutineContext
,
start
:
CoroutineStart
=
CoroutineStart.DEFAULT
,
block
:
suspend
CoroutineScope
.
(
)
->
Unit
)
:
Job
Content copied to clipboard
fun
Lifetime
.
launch
(
scheduler
:
IScheduler
,
start
:
CoroutineStart
=
CoroutineStart.DEFAULT
,
block
:
suspend
CoroutineScope
.
(
)
->
Unit
)
:
Job
Content copied to clipboard