diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-14 12:55:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 12:55:47 +0200 |
commit | 4317055a3e49c7a75648480bbc86e4b466c60b5e (patch) | |
tree | 9a750914012e202c61ec00a1a1bd421a3f238c5f /ext/fetch/26_fetch.js | |
parent | cb2ca234bb39d8e02b08d2866860e8d3a00b5887 (diff) |
perf(core): immediately schedule another tick if there are unpolled ops (#18611)
Currently we are "waking up" the runtime if at the end of the event loop
tick there are ops that haven't been polled. Waking up incurs a syscall
and it appears we can do another tick of the event loop, without
going through the "wake up" machinery.
Diffstat (limited to 'ext/fetch/26_fetch.js')
0 files changed, 0 insertions, 0 deletions