schedule it with ensure_future() or create_task(). Example with await: async def coro_function(): return ...
確定! 回上一頁