... async def sleeping(sec): loop = asyncio.get_event_loop() print(f'start: {sec}秒待つよ') await loop.run_in_executor(None, time.sleep, ...
確定! 回上一頁