commit 9c08df08a1a682f6a93826c3ca73045dfd2d5b32 Author: Leonid Evdokimov leon@darkk.net.ru Date: Tue Oct 11 18:01:21 2016 +0300
Comment update --- ooni/agent/scheduler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ooni/agent/scheduler.py b/ooni/agent/scheduler.py index 969602a..3e93d25 100644 --- a/ooni/agent/scheduler.py +++ b/ooni/agent/scheduler.py @@ -31,8 +31,8 @@ class FileSystemlockAndMutex(object): concurrently the mutex lock will block before the filesystem lock is acquired.
- It's a way to support concurrent usage of the DeferredFilesystemLock - without races. + It's a way to support concurrent usage of the DeferredFilesystemLock from + different stacks (threads/fibers) within the same process without races. """ def __init__(self, file_path): self._fs_lock = defer.DeferredFilesystemLock(file_path)
tor-commits@lists.torproject.org