summaryrefslogtreecommitdiff
path: root/ext/websocket/01_websocket.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-04-14 12:55:47 +0200
committerGitHub <noreply@github.com>2023-04-14 12:55:47 +0200
commit4317055a3e49c7a75648480bbc86e4b466c60b5e (patch)
tree9a750914012e202c61ec00a1a1bd421a3f238c5f /ext/websocket/01_websocket.js
parentcb2ca234bb39d8e02b08d2866860e8d3a00b5887 (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/websocket/01_websocket.js')
0 files changed, 0 insertions, 0 deletions