<@U0BFDUP0E> `setTimeout` is still used for `delay...
# coroutines
e
@jw
setTimeout
is still used for
delay
. The change was to stop doing
setTimeout(..., 0)
and switch to
window.postMessage
with hand-written queue.