//
pkg.gl
Category
github.com/deepflowio/deepflow/server
controller
trisolaris
utils
atomicbool
package
1.6.65
Repository:
https://github.com/deepflowio/deepflow.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
3
Files
23 SLOC
#
Functions
NewBool
NewBool creates an Bool with given default value.
#
Interfaces
Bool
Bool is an atomic Boolean, Its methods are all atomic, thus safe to be called by multiple goroutines simultaneously.