ID EN
Threading

reset

Python 3.11

Return the barrier to the default, empty state. Any threads waiting on it will receive the BrokenBarrierError exception.

Syntax

PYTHON
reset()

See Also

BrokenBarrierError