atomicLong
Creates a thread-safe Long property delegate backed by AtomicLong.
Return
a ReadWriteProperty delegate
Parameters
initValue
the initial value (default -1L)
Creates a thread-safe Long property delegate backed by AtomicLong.
a ReadWriteProperty delegate
the initial value (default -1L)