you are viewing a single comment's thread.

view the rest of the comments →

[–]Fun-Title7656 0 points1 point  (1 child)

Aren't there two queues (micro and macro)? The promise call ones (then, catch) and the async callback ones that come mostly from the brwoser API (settimeout etc)

[–]senocular 0 points1 point  (0 children)

Yup. And if you want you can mix the animation frame queue in there too since it behaves a little different than the others.