Home
/
Python 3.11
/
Multiprocessing
/
Semaphore
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Multiprocessing
Semaphore
Python 3.11
A semaphore object: a close analog of threading.Semaphore.
Syntax
PYTHON
Copy
class multiprocessing.Semaphore([value])
See Also
threading.Semaphore
Lock.acquire()