package
Version:
v0.0.0-...-ebe7275
Opens a new window with list of versions in this module.
Published: Dec 23, 2024
License: BSD-2-Clause-Patent
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
Package atm provides a collection of thread-safe types.
Bool provides an atomic boolean value.
NewBool returns a Bool set to the provided starting value.
NewBoolRef returns a reference to a Bool set to the
provided starting value.
IsFalse returns false if the value is false.
IsTrue returns true if the value is true.
Load returns a bool representing the value.
func (b *Bool) SetFalse()
SetFalse sets the Bool to false.
SetTrue sets the Bool to true.
Store sets the Bool based on the supplied bool value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.