Join Slack
Powered by
If you want N requests in parallel, start N corout...
# coroutines
d
diesieben07
02/16/2018, 3:00 PM
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
Open in Slack
Previous
Next