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".