ReactiveState
Toggle table of contents
6.0.0-preview.14
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
withSpinLock
with
Spin
Lock
fun
<
T
>
Mutex
.
withSpinLock
(
block
:
(
)
->
T
)
:
T
Locks the mutex with
spinLock
. WARNING: This blocks the current thread!