toggle menu
micro_utils.dokka
0.23.0
common
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.coroutines
/
runCatchingSafelyWithoutExceptions
run
Catching
Safely
Without
Exceptions
suspend
fun
<
T
>
runCatchingSafelyWithoutExceptions
(
onException
:
ExceptionHandler
<
T
?
>
=
defaultSafelyExceptionHandler
,
block
:
suspend
(
)
->
T
)
:
Result
<
T
?
>
(
source
)