juju / mutex

Provides a named machine level mutex shareable between processes.
Other
27 stars 11 forks source link

Release() should not panic but return error #9

Open medyagh opened 4 years ago

medyagh commented 4 years ago

Release() should not panic but return error

https://github.com/juju/mutex/blob/d21b13acf4bfd8a8b0482a3a78e44d98880b40d3/mutex_flock.go#L173