Skip to main content
added 2 characters in body
Source Link
Kusalananda
  • 355.8k
  • 42
  • 735
  • 1.1k

If the thing you run in the inner loop takes any amount of time (an echo is very quick to run), then, when the loops have started all the asynchronous processes, they will be running concurrentlyconcurrently.

The loops themselves are not "parallel".

If the thing you run in the inner loop takes any amount of time (an echo is very quick to run), then, when the loops have started all the asynchronous processes, they will be running concurrently.

The loops themselves are not "parallel".

If the thing you run in the inner loop takes any amount of time (an echo is very quick to run), then, when the loops have started all the asynchronous processes, they will be running concurrently.

The loops themselves are not "parallel".

Source Link
Kusalananda
  • 355.8k
  • 42
  • 735
  • 1.1k

If the thing you run in the inner loop takes any amount of time (an echo is very quick to run), then, when the loops have started all the asynchronous processes, they will be running concurrently.

The loops themselves are not "parallel".