Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilgooz/dlock
dlock is a distributed lock to enable synchronization in distributed environments
https://github.com/ilgooz/dlock
distributed lock synchronization
Last synced: about 1 month ago
JSON representation
dlock is a distributed lock to enable synchronization in distributed environments
- Host: GitHub
- URL: https://github.com/ilgooz/dlock
- Owner: ilgooz
- License: mit
- Created: 2019-11-29T10:48:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T11:02:18.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T16:36:14.574Z (5 months ago)
- Topics: distributed, lock, synchronization
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## dlock
dlock is a distributed lock to enable synchronization in distributed environments. Its API is very similar to `sync.Mutex` and underlying `Store` can be implemented for any data storage by the consumers.