... run in a thread pool: import asyncio from sms import send_sms async def my_app(): await asyncio.get_event_loop().run_in_executor( None, ...
確定! 回上一頁