makmu / outlook-matters

Add-In to forward e-mails from MS Outlook to Mattermost
MIT License
65 stars 13 forks source link

introduce async & await to move REST requests into background #46

Closed makmu closed 8 years ago

makmu commented 8 years ago

This patch introduces async methods to move REST http requests into background threads (see #24 ). I tried to do this as noninvasive as possible by making only the top-level UI-Event-Handlers async. All low-level REST-API stuff stays the same...

codecov-io commented 8 years ago

Current coverage is 57.99%

Merging #46 into master will decrease coverage by -0.76%

@@             master        #46   diff @@
==========================================
  Files            29         29          
  Lines           713        707     -6   
  Methods           0          0          
  Messages          0          0          
  Branches         31         34     +3   
==========================================
- Hits            419        410     -9   
  Misses          293        293          
- Partials          1          4     +3   

Powered by Codecov. Last updated by ad53cb7...9a4c473