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
- Added `ExecutionOutsideLockException` which can be thrown when the lock is released or times out before the synchronized code finished execution.
- Changed `SpinlockMutex` to use the new `ExecutionOutsideLockException` when the synchronized code executes longer than the set timeout.
0 commit comments