Skip to content

Commit

Permalink
locale_threads: add a commented out yield
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Nov 13, 2023
1 parent 2d5134a commit b62ba27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/locale_threads.t
Expand Up @@ -1760,6 +1760,9 @@ EOT
\%thread0_corrects);
$this_iteration_start += $iterations_per_test_group;
# Let the other threads run
#threads->yield();
# And repeat as long as there are other tests
} while (threads->list(threads::all));
Expand Down

0 comments on commit b62ba27

Please sign in to comment.