Versions in this module Expand all Collapse all v1 v1.0.2 Mar 28, 2022 Changes in this version + type AtomicBool int32 + func New() *AtomicBool + func NewBool(ok bool) *AtomicBool + func (ab *AtomicBool) IsSet() bool + func (ab *AtomicBool) Set() + func (ab *AtomicBool) SetTo(yes bool) + func (ab *AtomicBool) SetToIf(old, new bool) (set bool) + func (ab *AtomicBool) Toggle() bool + func (ab *AtomicBool) UnSet()