import asyncio import threading from time import sleep threadLock = threading.Lock() async def sum(a, b, lock): await lock await asyncio.sleep(0.2)
確定! 回上一頁