rd-framework
2024.3.0
rd-framework
/
com.jetbrains.rd.framework.util
/
adviseSuspend
advise
Suspend
fun
<
T
>
ISource
<
T
>
.
adviseSuspend
(
lifetime
:
Lifetime
,
scheduler
:
IScheduler
,
handler
:
suspend
(
T
)
->
Unit
)
Content copied to clipboard
fun
<
T
>
ISource
<
T
>
.
adviseSuspend
(
lifetime
:
Lifetime
,
context
:
CoroutineContext
,
handler
:
suspend
(
T
)
->
Unit
)
Content copied to clipboard