micro_utils.dokka
Toggle table of contents
0.26.4
common
Platform filter
common
Switch theme
Search in API
micro_utils.dokka
micro_utils.dokka
/
dev.inmo.micro_utils.coroutines
/
withWriteLocks
with
Write
Locks
inline suspend
fun
<
T
,
R
>
SmartKeyRWLocker
<
T
>
.
withWriteLocks
(
keys
:
Iterable
<
T
>
,
action
:
(
)
->
R
)
:
R
(
source
)
inline suspend
fun
<
T
,
R
>
SmartKeyRWLocker
<
T
>
.
withWriteLocks
(
vararg
keys
:
T
,
action
:
(
)
->
R
)
:
R
(
source
)