Skip to content

Commit

Permalink
Remove Memory Barrier
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-vp committed Nov 2, 2023
1 parent 2bfb193 commit 52d488a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ void IThreadPoolWorkItem.Execute()
{
Debug.Assert(_eventQueueProcessingStage == (int)EventQueueProcessingStage.Scheduled);
_eventQueueProcessingStage = (int)EventQueueProcessingStage.Determining;
Interlocked.MemoryBarrier();

if (eventQueue.TryDequeue(out ev))
{
Expand Down

0 comments on commit 52d488a

Please sign in to comment.