Closed j-maas closed 5 years ago
The requests for xkcd comics can be parallelized, but need to be aggregated into one list in the end. I suspect Task.sequence does them sequentially. Ask, whether there is something like Task.parallel.
Moved to https://github.com/Y0hy0h/xkcd-for-that-bot/issues/7.
The requests for xkcd comics can be parallelized, but need to be aggregated into one list in the end. I suspect Task.sequence does them sequentially. Ask, whether there is something like Task.parallel.