minio / dsync

A distributed sync package.
Apache License 2.0
400 stars 41 forks source link

[WIP] Make dsync as generic distributed sync.mutex #38

Closed balamurugana closed 7 years ago

balamurugana commented 7 years ago

Previously dsync was using more specific to minio server code base. This patch makes dsync as generic distrbuted sync.mutex package.

balamurugana commented 7 years ago

@fwessels @krisis This is a WIP patch. it succeeds go build. I will complete it based on your reviews.

krisis commented 7 years ago

@balamurugana the changes look good.