xgqfrms™, xgqfrms® : xgqfrms's offical website of cnblogs! xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

Node.js Event Loop & V8 engine & libuv All In One

Node.js Event Loop & V8 engine & libuv All In One

事件循环

image

const cb1 = () => console.log(`1`);
const cb2 = () => console.log(`2`);
const cb3 = () => console.log(`3`);
const cb4 = () => console.log(`4`);
const cb5 = () => console.log(`5`);
const cb6 = () => console.log(`6`);

setTimeout(cb1, 0);
Promise.resolve().then(cb2);
process.nextTick(cb3);
fs.readFile(cb4);
setImmediate(cb5);
setInterval(cb6);

demos

refs

https://www.builder.io/blog/visual-guide-to-nodejs-event-loop#libuv



©xgqfrms 2012-2021

www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!

原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!


posted @   xgqfrms  阅读(18)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
历史上的今天:
2022-04-23 js Object key type & TypeScript All In One
2022-04-23 TypeScript DOM error All In One
2022-04-23 Google Developer Profile All In One
2022-04-23 App Store & Google Play All In One
2021-04-23 js -1 & true
2021-04-23 js removeEventListener All In one
2021-04-23 上海公司人才引进落户 All In One
点击右上角即可分享
微信分享提示