Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Make all decorators support async #1077

Open
sdc50 opened this issue Aug 13, 2024 · 0 comments
Open

[FEATURE] Make all decorators support async #1077

sdc50 opened this issue Aug 13, 2024 · 0 comments

Comments

@sdc50
Copy link
Member

sdc50 commented Aug 13, 2024

It looks like Django is trying to make their decorators handle both sync and async functions (see django/django#17621).

We should also try to do this with all of our decorators to give users the flexibility to write controllers, handlers, etc. as async coroutines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant