All Projects → tidwall → spinlock

tidwall / spinlock

Licence: MIT License
A spinlock implementation for Go.

Programming Languages

go
31211 projects - #10 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].