class AtomicFlag
- AtomicFlag
- Reference
- Object
Overview
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 []).
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 []).