Slide 56
Slide 56 text
参考
- Overview of Blocking vs Non-Blocking | Node.js
- https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/
- The Node.js Event Loop, Timers, and process.nextTick()
- https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
- 非同期 JavaScript - ウェブ開発を学ぶ | MDN
- https://developer.mozilla.org/ja/docs/Learn/JavaScript/Asynchronous
- What the heck is the event loop anyway? | Philip Roberts | JSConf EU
- https://www.youtube.com/watch?v=8aGhZQkoFbQ
- JavaScript Visualized Series' Articles - DEV Community
- https://dev.to/lydiahallie/series/3341