See Also: AtomicBoolean Members
A boolean value that may be updated atomically. See the Java.Util.Concurrent.Atomic package specification for description of the properties of atomic variables. An AtomicBoolean is used in applications such as atomically updated flags, and cannot be used as a replacement for a Java.Lang.Boolean.