Just set event loop policy before you call asyncio.get_event_loop() . import asyncio import uvloop asyncio.set_event_loop_policy(uvloop.
確定! 回上一頁