/dlock

dlock is a distributed lock to enable synchronization in distributed environments

Primary LanguageGoMIT LicenseMIT

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.