aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/JSNextTickQueue.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-05Align `process.nextTick` execution order with Node (#4409)Gravatar Jarred Sumner 1-0/+97
* Align `process.nextTick` execution order with Node * some tests * formatting * fixups * fix the test failures * simplify the logic here * push it up --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: dave caruso <me@paperdave.net>