kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.native.concurrent
/
AtomicInt
/
addAndGet
add
And
Get
Native
external
fun
addAndGet
(
delta
:
Int
)
:
Int
Increments the value by
delta
and returns the new value.
Return
the new value
Parameters
delta
the value to add