Hacker News new | ask | show | jobs
by ricardobeat 570 days ago
You could, and the tasks would run concurrently. Node is single threaded so unless you used one of the I/O calls backed by a thread pool, they would all execute sequentially .