//
pkg.gl
Category
github.com/containerd/cri
pkg
atomic
package
1.19.0
Repository:
https://github.com/containerd/cri.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
27
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.