If you want N requests in parallel, start N corout...
# coroutines
d
If you want N requests in parallel, start N coroutines. You can then have them all reading from a Channel. Then you can write as much as you want to that channel, but only max. N will be done in parallel