common-utils
Toggle table of contents
3.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
common-utils
core-utils
/
com.pambrose.common.concurrent
Package-level
declarations
Types
Types
Atomic
Link copied to clipboard
class
Atomic
<
T
>
(
initValue
:
T
)
A coroutine-safe wrapper around a mutable value, protected by a
Mutex
.