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