understand-nodejs icon indicating copy to clipboard operation
understand-nodejs copied to clipboard

通过源码分析nodejs原理

Results 4 understand-nodejs issues
Sort by recently updated
recently updated
newest added

close https://github.com/theanarkh/understand-nodejs/issues/30

# 概述 图片大小为 0 * 0,例如 [第一章 Node.js组成和原理](https://theanarkh.github.io/understand-nodejs/chapter01-Node.js%E7%BB%84%E6%88%90%E5%92%8C%E5%8E%9F%E7%90%86/) 中,执行uv_idle_init函数后,Libuv的内存视图未能正确展示 ![image](https://github.com/theanarkh/understand-nodejs/assets/36107303/b477527c-e920-40ab-a8b2-7ebd57fa073d)

大佬你好,想请教一下promise 在整个事件循环当中,是在哪个阶段执行的啊。。 事件循环是怎么调度协程的呢?又或者说是生成器,因为有了事件循环我就能够 并发的跑多个for循环在同一个线程中,我发现这是个很好的点,但是 我没能理解他底层是怎么调度的

文中的图片链接好像都失效了