Elmegram / master

The master repo for development of Elmegram.
0 stars 0 forks source link

Investigate whether Task.sequence can be improved #25

Closed j-maas closed 5 years ago

j-maas commented 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.

j-maas commented 5 years ago

Moved to https://github.com/Y0hy0h/xkcd-for-that-bot/issues/7.