package
Version:
v1.0.0-rc2
Opens a new window with list of versions in this module.
Published: Jun 12, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
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.
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.