proxy.golang.org : github.com/SlyMarbo/spin
Package spin provides a simple spinlock. Spinlocks should be used in cases where a mutex would be too much overhead and the lock will not be held for long. The most common use is for protecting a single variable that is changed briefly.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/%21sly%21marbo/spin
License: BSD-2-Clause
Latest release: about 11 years ago
First release: about 11 years ago
Namespace: github.com/SlyMarbo
Stars: 3 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago