rd-framework
2023.1.2
rd-framework
/
com.jetbrains.rd.framework.util
/
startChildAsync
start
Child
Async
fun
<
T
>
CoroutineScope
.
startChildAsync
(
lifetime
:
Lifetime
,
context
:
CoroutineContext
=
EmptyCoroutineContext
,
start
:
CoroutineStart
=
CoroutineStart.DEFAULT
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
Deferred
<
T
>
Content copied to clipboard
fun
<
T
>
CoroutineScope
.
startChildAsync
(
lifetime
:
Lifetime
,
scheduler
:
IScheduler
,
start
:
CoroutineStart
=
CoroutineStart.DEFAULT
,
block
:
suspend
CoroutineScope
.
(
)
->
T
)
:
Deferred
<
T
>
Content copied to clipboard