toggle menu
trixnity-utils
4.2.2
common
switch theme
search in API
trixnity-utils
/
net.folivo.trixnity.utils
/
KeyedMutex
Keyed
Mutex
open
class
KeyedMutex
<
K
:
Any
>
Members
Constructors
Keyed
Mutex
Link copied to clipboard
constructor
(
)
Functions
with
Lock
Link copied to clipboard
suspend
fun
<
T
>
withLock
(
key
:
K
,
block
:
suspend
(
)
->
T
)
:
T