benmarten / CryptoETF

Portfolio Overview Tool for Your CryptoCoin Capitalization-Weighted Portfolio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async loading of portfolio

barryvdh opened this issue · comments

Right now, you're using await for each integration (and coinmarket), wouldn't it be better to run all the integrations async, and wait for all of them to finish?

Yes, I think so... That would speed up the process ;)
Feel free to send a PR, if you'd like ;)