goleveldb
goleveldb copied to clipboard
Blocking lock ?
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"