Open glpatcern opened 2 years ago
After #87 is merged, a remaining open point is to optimize the logic in setlock so to cover the different LOCK, REFRESH_LOCK, and UnlockAndRelock semantics with a minimal number of calls to the storage.
setlock
LOCK
REFRESH_LOCK
UnlockAndRelock
After #87 is merged, a remaining open point is to optimize the logic in
setlock
so to cover the differentLOCK
,REFRESH_LOCK
, andUnlockAndRelock
semantics with a minimal number of calls to the storage.