atomicBoolean
Creates a thread-safe Boolean property delegate backed by AtomicBoolean.
Return
a ReadWriteProperty delegate
Parameters
initValue
the initial value (default false)
Creates a thread-safe Boolean property delegate backed by AtomicBoolean.
a ReadWriteProperty delegate
the initial value (default false)