set_loop for app check, allow app_factory()#96
Conversation
|
Would you accept coroutine as |
|
Easy enough to do. I'm not sure how that would work when running the code in production. Eg. Gunicorn doesn't accept a coroutine, and if you're using Why would a coroutine be useful? surely anything requiring a running loop can be done in startup coroutines? Perhaps having Very happy to add the functionality if it's useful. |
Codecov Report
@@ Coverage Diff @@
## master #96 +/- ##
=========================================
+ Coverage 95.06% 95.1% +0.03%
=========================================
Files 12 12
Lines 770 776 +6
Branches 92 92
=========================================
+ Hits 732 738 +6
Misses 26 26
Partials 12 12
Continue to review full report at Codecov.
|
|
Well, let's discuss. |
|
Let's leave the coroutine question for now. Happy to add it later if it's needed. |
fixes #88.