An open API service indexing awesome lists of open source software.

https://github.com/smallnest/distributed

distributed synchronization primitives
https://github.com/smallnest/distributed

Last synced: 29 days ago
JSON representation

distributed synchronization primitives

Awesome Lists containing this project

README

        

## examples of etcd distributed concurrency primitives

- Leader election
- Locker
- Mutex
- RWMutex
- Barrier
- DoubleBarrier
- Queue
- PriorityQueue
- STM