Hacker News new | ask | show | jobs
by dboreham 299 days ago
So...not concurrently.
1 comments

No. See [Concurrency vs. Parallelism](https://stackoverflow.com/questions/1050222/what-is-the-diff...).

The tasks run concurrently, but not in parallel.