-
Notifications
You must be signed in to change notification settings - Fork 5
Add support for asyncio #20
Copy link
Copy link
Open
Labels
Effort - HighEffort - HighEffort - HighFrequency - MonthlyFrequency - MonthlyFrequency - MonthlyPriority - LaterPriority - LaterPriority - LaterReach - SomeReach - SomeReach - SomeSeverity - S3Severity - S3Severity - S3communitycommunitycommunityfeaturefeaturefeature
Metadata
Metadata
Assignees
Labels
Effort - HighEffort - HighEffort - HighFrequency - MonthlyFrequency - MonthlyFrequency - MonthlyPriority - LaterPriority - LaterPriority - LaterReach - SomeReach - SomeReach - SomeSeverity - S3Severity - S3Severity - S3communitycommunitycommunityfeaturefeaturefeature
Type
Projects
Status
Todo
Some database queries could be quite long. It would be nice to have an
asyncconstruct 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).