Add support for asyncio #20
Labels
community
community
Effort - High
Effort - High
feature
feature
Frequency - Monthly
Frequency - Monthly
Priority - Later
Priority - Later
Reach - Some
Reach - Some
Severity - S3
Severity - S3
Some database queries could be quite long. It would be nice to have an
async
construct to deal with that in the shortest amount of time from a developer's point of view. Maybe the most effective solution is to expose https://docs.python.org/3/library/asyncio.html (in this repo/package or another one).The text was updated successfully, but these errors were encountered: