coroutine acquire()
Acquire a lock.
This method blocks until the lock is unlocked, then sets it to locked and returns True
.
This method is a coroutine.
coroutine acquire()
Acquire a lock.
This method blocks until the lock is unlocked, then sets it to locked and returns True
.
This method is a coroutine.
Please login to continue.