Hacker News new | ask | show | jobs
by masklinn 4074 days ago
Even when the db drivers integrate with libuv, there is little reason to use blocking APIs for that. The threadpool is primarily used for operations for which no non-blocking API is available (mostly filesystem access).