Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.