toggle menu
KAHelpers
androidJvm
switch theme
search in API
coroutines
/
dev.funkymuse.coroutines
/
nonCancellable
non
Cancellable
inline suspend
fun
<
T
,
R
>
T
.
nonCancellable
(
crossinline
block
:
(
T
)
->
R
)
:
R
inline suspend
fun
<
T
>
nonCancellable
(
crossinline
block
:
CoroutineScope
.
(
)
->
T
)
:
T
inline
fun
CoroutineScope
.
nonCancellable
(
coroutineStart
:
CoroutineStart
=
CoroutineStart.DEFAULT
,
crossinline
function
:
suspend
(
)
->
Unit
)
:
Job