class

AtomicFlag

Inherits Reference < Object

Reference-typed atomic Boolean. Wrapping Atomic(Int8) in a class keeps the underlying byte addressable through an Array index (Atomic itself is a struct and would copy on []).

Constructors

Instance methods