GEMSEO 4.3.0
Please cite us if you use the software.
synchronized()
synchronized_hashes()
A synchronization decorator to avoid concurrent access of critical sections.
The wrapped function must be a method of an object with a lock attribute
lock
wrapped – The function to be protected.
The wrapped function must be a method of an object with a self.lock_hashes attribute