ID EN
Multiprocessing

release

Python 3.11

Release a lock. This can be called from any process or thread, not only the process or thread which originally acquired the lock.

Syntax

PYTHON
release()

See Also

threading.Lock.release() ValueError