Skip to content
Snippets Groups Projects
Commit bbabe60c authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Don't become ready before entering a waiting state.

The waiting is done by testing readiness before waiting so there
is a window when nothing is waiting (probably near the end of the
sort), but we are still reading other stacks, which then get marked
as ready releasing the ready wait, so it's then just a timing game
as to whether the waiting wait is incremented in time... 99.999999%
of the time it is.
parent 2d9a2f22
No related branches found
No related tags found
1 merge request!50Parallel sorting
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment