Registry / utility / tevino-abool

tevino-abool

JSON →
library1.2.0gogounverified

Package abool provides atomic Boolean type for cleaner code and better performance.

go get github.com/tevino/abool
INSTALL
IMPORT
SIG · TEVINO-ABOOL
T
tevino-abool
utilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

abool
github.com/tevino/abool

Creates an atomic boolean and sets it.

package main import ( "fmt" "github.com/tevino/abool" ) func main() { flag := abool.New() flag.Set() fmt.Println(flag.IsSet()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
7
Resources
tevino-abool — go get tevino-abool · libregistry