ID EN
Threading

release

Python 3.11

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

Syntax

PYTHON
release()

See Also

RuntimeError