You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node is single threaded. That is a very simple explanation of how it works. There is a thread pool to manage file handles. Two event loops, the main one and the worker pool. The main loop is divided in several important phases so it would be great to explain them in a simple way and how threading is managed in node/v8.
Context
Node is single threaded. That is a very simple explanation of how it works. There is a thread pool to manage file handles. Two event loops, the main one and the worker pool. The main loop is divided in several important phases so it would be great to explain them in a simple way and how threading is managed in node/v8.
References
The text was updated successfully, but these errors were encountered: