Does Quart load Jinja templates asynchronously? #397
Unanswered
jakubsvehla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I have looked into the source code and it seems that Jinja templates are loaded from the filesystem synchronously and blocking the async loop (which would kind of defeat the purpose of having an async framework), is that right? If so, is there a way to load the templates asynchronously and not block the loop?
Beta Was this translation helpful? Give feedback.
All reactions