You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manager.UnlockIfHeld can avoid a write-trip if the current id is not holding any semaphore lock. We should first augment Semaphore.UnlockIfHeld to signal back such situation.
The text was updated successfully, but these errors were encountered:
Capturing the discussion at https://github.com/coreos/airlock/pull/5/files#r279369060.
Manager.UnlockIfHeld
can avoid a write-trip if the currentid
is not holding any semaphore lock. We should first augmentSemaphore.UnlockIfHeld
to signal back such situation.The text was updated successfully, but these errors were encountered: