Improve and simplify event ordering. When explicitly calling an EventLoop,…
Improve and simplify event ordering. When explicitly calling an EventLoop, events are now always added to the end of the queue, ensuring deterministic run order and making yield() obsolete. OTOH, then() may queue events to run immediately, preempting other events.
Showing
Please
register
or
sign in
to comment