ID EN
Threading

set

Python 3.11

Set the internal flag to true. All threads waiting for it to become true are awakened. Threads that call wait() once the flag is true will not block at all.

Syntax

PYTHON
set()

See Also

wait()