Skip to content

Commit

Permalink
Relax memory barrier
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Aug 16, 2024
1 parent b2187bc commit 9f42b70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private void Reset()
{
version++;
continuationState = null;
Interlocked.Exchange(ref continuation, null);
continuation = null;
}

ValueTaskSourceStatus IValueTaskSource<bool>.GetStatus(short token)
Expand Down

0 comments on commit 9f42b70

Please sign in to comment.