import asyncio from functools import partial async def release(lock): print("relase-1: {}".format(lock.locked())) lock.release() ...
確定! 回上一頁