ID EN
Multiprocessing

BoundedSemaphore

Python 3.11

A bounded semaphore object: a close analog of threading.BoundedSemaphore.

Syntax

PYTHON
class multiprocessing.BoundedSemaphore([value])

See Also

threading.BoundedSemaphore Lock.acquire() Semaphore