Home
/
Python 3.11
/
Multiprocessing
/
acquire
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Multiprocessing
acquire
Python 3.11
Acquire a lock, blocking or non-blocking.
Syntax
PYTHON
Copy
acquire(block=True, timeout=None)
See Also
threading.Lock.acquire()
threading.Lock.acquire()