両方の関数を使用して、非同期関数を同期的に実行できます。import asyncio from asgiref.sync import async_to_sync asyncio.run(asyncio.sleep(1)) ...
確定! 回上一頁