addAndGet
Atomically adds the given value to the current value and returns the new value.
Since Kotlin
1.3Deprecated (with error)
Use addAndGet(delta: Long) instead.
Atomically adds the given value to the current value and returns the new value.