kotlin-stdlib / kotlin.native.concurrent / AtomicLong / addAndGet addAndGet Native 1.3 fun addAndGet ( delta : Long ) : Long (source) fun addAndGet ( delta : Int ) : Long (source) Deprecated: Use addAndGet(delta: Long) instead. Atomically adds the given value to the current value and returns the new value.