Pattern 3 of 5
All at once — N independent calls complete in the time of one.
What to watch: Sequential vs parallel — in the first half the same 4 calls complete one at a time (slow, grey). In the second half all 4 run concurrently (green). A semaphore caps concurrent calls to stay within API rate limits.