Python RLock Class Methods

Python RLock Class has the following built-in functions.

Method Description
acquire() It is used to acquire a lock, either blocking or non-blocking.
release() Releases the lock, thereby decrementing the recursion level.


Comments and Discussions!

Load comments ↻





Copyright © 2024 www.includehelp.com. All rights reserved.