//
pkg.gl
Category
github.com/untangle/golang-shared
util
atomicbool
package
1.65.4
Repository:
https://github.com/untangle/golang-shared.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
23 SLOC
#
Functions
NewAtomicBool
NewAtomicBool initializes a new AtomicBool with the specified initial value.
#
Structs
AtomicBool
AtomicBool is a boolean type that supports atomic operations.