Skip to content

Commit

Permalink
Fixed enqueue issue with logical thread scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Oct 7, 2024
1 parent 4198261 commit 8215237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ internal void SignalItemHandler(LogicalThread thread, int priority)
return;
}

//Enqueue(thread);
Enqueue(thread);
ActivatePhysicalThread();
}
}
Expand Down

0 comments on commit 8215237

Please sign in to comment.