Usage from mongolock import MongoLock lock = MongoLock() # you can use it as context: # (if lock is already taken by another worker, MongoLockLocked will be ...
MongoLock<Guid> mongoLock = new MongoLock<Guid>(locks, signals, lockId); // Try to acquire exclusve lock. Lifetime for created lock is 30 secounds IAcquire ...