Hacker News new | ask | show | jobs
by jiofih 2309 days ago
Node has three different ways of running parallel work: workers, threads, and multi-process.
1 comments

Especially for threads, how well does this mesh with libraries? I'd assume that most of these are either meant to run in a single-threaded manner or async.
Does not apply since this project is being written from scratch with zero library dependencies?