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

Support Flask[async] #882

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Support Flask[async] #882

merged 1 commit into from
Nov 20, 2023

Conversation

jwag956
Copy link
Collaborator

@jwag956 jwag956 commented Nov 20, 2023

all decorators now wrap the function with app.ensure_sync()

all signals send method now add the _async_wrapper=app.ensure_sync()

closes #879

all decorators now wrap the function with app.ensure_sync()

all signals send method now add the _async_wrapper=app.ensure_sync()

closes #879
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a34c3b0) 98.33% compared to head (f48761a) 98.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #882      +/-   ##
==========================================
- Coverage   98.33%   98.33%   -0.01%     
==========================================
  Files          34       34              
  Lines        4454     4452       -2     
==========================================
- Hits         4380     4378       -2     
  Misses         74       74              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwag956 jwag956 merged commit 670b56f into master Nov 20, 2023
17 checks passed
@jwag956 jwag956 deleted the async branch November 20, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Flask[async]
1 participant