Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AtomicBool ¶
type AtomicBool struct {
// contains filtered or unexported fields
}
func NewGlobal ¶
func NewGlobal() *AtomicBool
func NewNullable ¶
func NewNullable() (*AtomicBool, *atomic.Bool)
func (AtomicBool) Set ¶
func (ab AtomicBool) Set() (old bool)
func (AtomicBool) Val ¶
func (ab AtomicBool) Val() bool
Click to show internal directories.
Click to hide internal directories.