kalium
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kalium
persistence
/
com.wire.kalium.persistence.db
/
DbInvalidationController
/
runMuted
run
Muted
suspend
fun
<
T
>
runMuted
(
block
:
suspend
(
)
->
T
)
:
T
Runs
block
while invalidations are muted. Safe for nesting (re-entrant via muteDepth).