test and documentation
This commit is contained in:
parent
f4e700c1f3
commit
1fc69bd3f4
4 changed files with 48 additions and 0 deletions
|
|
@ -107,6 +107,10 @@ the decorated function,
|
|||
|
||||
return wrapper
|
||||
|
||||
To improve performance, consider caching the result of ``ensure_sync`` if your
|
||||
extension calls it frequently on the same function. This is how Flask internally
|
||||
optimizes request dispatching.
|
||||
|
||||
Check the changelog of the extension you want to use to see if they've
|
||||
implemented async support, or make a feature request or PR to them.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue