WriteLocked
- class WriteLocked[U]
A context manager for managing lock acquiry and release.
This will typically be used as
with mutex.lock() as data: ...to ensure that the lock is released at the end of the scope.Members defined in
WriteLocked(2 members) Methods