78f1d1d1c0
We were calling from PersistState into RefreshState, but RefreshState is protected by the same lock as PersistState and so the call would deadlock. Instead, we introduce a new entry point refreshState which can be used when already holding the lock. |
||
---|---|---|
.. | ||
remote | ||
testdata | ||
backup.go | ||
inmem.go | ||
local.go | ||
local_lock_unix.go | ||
local_lock_windows.go | ||
lock.go | ||
lock_test.go | ||
state.go | ||
state_test.go | ||
testing.go |