Another Dev
  • Home
  • Node.JS
  • GitHub
  • About
Subscribe
Tagged

Concurrency

A collection of 1 post

JavaScript

Does Promise.all() run tasks in parallel?

Things will run concurrently in single core CPU and will run in parallel in multi core CPU. It's main task is to wait until all the promises that are passed to it are resolved.

  • Dijkstra
Dijkstra Oct 30, 2019 • 3 min read
Another Dev © 2021
Powered by Ghost