Files
Esteban C Borsani f01957f9f6 Fix schedule race cond which causes a hang (#61)
Fix peek+push schedule race cond (which causes a hang) by doing peek,
push, then re-check whether the queue got drained in between. Remove
`peek` and move the check inside `push` to keep the same perf.
2026-08-13 19:45:07 +00:00
..