quart
quart copied to clipboard
Accessing sync_wait function mention in the docs.
I am working on porting over a flask extension to Quart and I need to call an async function in a sync function. Under discussions in the Quart docs it talks about a sync_wait function (see here). Does anyone know how to use this sync_wait? The only place that I see any reference to this function is in the flask_patch module in Quart. I tried calling the function to get it to patch the loop, but it does not work.