https://github.com/smallnest/distributed
distributed synchronization primitives
https://github.com/smallnest/distributed
Last synced: 29 days ago
JSON representation
distributed synchronization primitives
- Host: GitHub
- URL: https://github.com/smallnest/distributed
- Owner: smallnest
- License: mit
- Created: 2020-11-01T04:09:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T00:40:52.000Z (about 2 years ago)
- Last Synced: 2025-03-19T06:49:27.398Z (about 1 month ago)
- Language: Go
- Size: 35.2 KB
- Stars: 60
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## examples of etcd distributed concurrency primitives
- Leader election
- Locker
- Mutex
- RWMutex
- Barrier
- DoubleBarrier
- Queue
- PriorityQueue
- STM