kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.native.concurrent
/
AtomicReference
/
AtomicReference
Atomic
Reference
Native
fun
<
T
>
AtomicReference
(
value
:
T
)
Creates a new atomic reference pointing to given ref.
Throws
Invalid
Mutability
Exception
if reference is not frozen.