Description
Helps tests coordinate the order of threaded Ruby code. It is useful when concurrency tests need deterministic checkpoints instead of relying on timing guesses.
Thread-order helpers can make tests artificial. Keep separate stress tests for real scheduling behavior and clean up threads reliably after failures.