toggle menu
micro_utils.dokka
0.20.19
common
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.coroutines
/
subscribeSafelyWithoutExceptionsAsync
subscribe
Safely
Without
Exceptions
Async
inline
fun
<
T
,
M
>
Flow
<
T
>
.
subscribeSafelyWithoutExceptionsAsync
(
scope
:
CoroutineScope
,
noinline
markerFactory
:
suspend
(
T
)
->
M
,
noinline
onException
:
ExceptionHandler
<
T
?
>
=
defaultSafelyWithoutExceptionHandlerWithNull
,
noinline
block
:
suspend
(
T
)
->
Unit
)
:
Job
(
source
)