When a request comes in to an async view, Flask will start an event loop in a thread, run the view function there, then return the result.
確定! 回上一頁