Hacker News new | ask | show | jobs
by charlotte-fyi 574 days ago
That's not entirely true. There's a thread pool of workers underneath libuv. Tasks that would block do indeed execute concurrently.
1 comments

Oh, I know. But the code used in this test doesn’t utilize that thread pool at all. It just uses setTimeout.