Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-common
/
org.meshtastic.core.common.util
/
ignoreExceptionSuspend
ignore
Exception
Suspend
suspend
fun
ignoreExceptionSuspend
(
silent
:
Boolean
=
false
,
inner
:
suspend
(
)
->
Unit
)
(
source
)
Suspend-compatible variant of
ignoreException
. Re-throws
CancellationException
.