Comment on Node.js - A Giant Step BackwardsparentComments−randylahey15yNitpick: Incorrect. Node.js uses a thread-pool to run things which are necessarily blocking, such as some POSIX functions.−gcr15ysausagefeet meant we can't get to that thread pool from user code.
Comments
Nitpick: Incorrect. Node.js uses a thread-pool to run things which are necessarily blocking, such as some POSIX functions.
sausagefeet meant we can't get to that thread pool from user code.