beatrichartz / exchange

Easy Currency Operations directly available on your numbers - maintenance discontinued
http://beatrichartz.github.com/exchange
MIT License
42 stars 22 forks source link

Get new rates from APIs asynchronously #15

Open beatrichartz opened 9 years ago

beatrichartz commented 9 years ago

Currently the rates are lazily fetched - this means that one request to Exchange to during the update time period per will be unnecessarily slow. The new rates should be fetched asynchronously in the background.