SkillAgentSearch skills...

Spinlock

A spinlock implementation for Go.

Install / Use

/learn @tidwall/Spinlock
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

spinlock

GoDoc

A spinlock implementation for Go.

It shares the same interface as sync.Mutex, and is intended to be used to synchronize exceptionally short lived operations.

Install

go get -u github.com/tidwall/spinlock

Contact

Josh Baker @tidwall

License

spinlock source code is available under the MIT License.

View on GitHub
GitHub Stars63
CategoryDevelopment
Updated4mo ago
Forks1

Languages

Go

Security Score

92/100

Audited on Nov 29, 2025

No findings