ID EN
Threading

notify

Python 3.11

By default, wake up one thread waiting on this condition, if any. If the calling thread has not acquired the lock when this method is called, a RuntimeError is raised.

Syntax

PYTHON
notify(n=1)

See Also

RuntimeError wait() notify()