small tweaks

This commit is contained in:
2025-07-05 12:42:10 +02:00
parent fa870c111e
commit d4be32ff6e
2 changed files with 8 additions and 2 deletions

View File

@@ -452,6 +452,7 @@ local co = coroutine.create(f)
while true do
timeout = nextDeadline()
bubbleYield = false
collectgarbage()
local ok, err = coroutine.resume(co)