We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae8994 commit 0134a47Copy full SHA for 0134a47
AsyncLock/AsyncLock.cs
@@ -256,8 +256,6 @@ private bool InnerTryEnter(bool synchronous = false)
256
{
257
if (_parent._owningId == UnlockedId)
258
259
- // Obtain a new async stack ID
260
- //_asyncId.Value = Interlocked.Increment(ref AsyncLock.AsyncStackCounter);
261
_parent._owningId = AsyncLock.AsyncId;
262
}
263
else if (_parent._owningId != _oldId)
0 commit comments