trixnity-utils
Toggle table of contents
4.19.0
common
Platform filter
common
Switch theme
Search in API
trixnity-utils
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