Skip to content

CAT 042

unurgunite edited this page Jul 11, 2026 · 3 revisions

CAT-042 — sleep(0) → Fiber.yield

Field Value
Severity hint
Confidence high
Auto-fix

sleep(0) → Fiber.yield — Use Fiber.yield instead of sleep(0) to yield control without the timer overhead.

Bad code

sleep(0)

Clone this wiki locally