goleveldb icon indicating copy to clipboard operation
goleveldb copied to clipboard

Blocking lock ?

Open sloonz opened this issue 10 years ago • 0 comments

Opening a locked base returns an error. It would be nice to have a blocking method as well (wait for the lock to be released) ; right now, I’m implementing this by trying to acquire a lock on dbPath + "/LOCK"

sloonz avatar Feb 11 '16 11:02 sloonz