Make a Python asyncio call from a Flask route
I want to execute an async function every time the Flask route is executed. Why is the abar
function never executed?
I want to execute an async function every time the Flask route is executed. Why is the abar
function never executed?