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
Although it has no practical impact on the processor (except if
`addBlock` were cancelled, which it never is), the `acquire` should be
outside the `finally` (since obvisouly, if it were cancelled it will not
be acquired and therefore shouldn't be released)
0 commit comments