userver: userver/dist_lock/dist_lock_strategy.hpp File Reference
Loading...
Searching...
No Matches
dist_lock_strategy.hpp File Reference

Detailed Description

Interface for distributed lock strategies.

Definition in file dist_lock_strategy.hpp.

Go to the source code of this file.

#include <chrono>
#include <exception>
#include <string>
+ Include dependency graph for dist_lock_strategy.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  dist_lock::LockIsAcquiredByAnotherHostException
 Indicates that lock cannot be acquired because it's busy. More...
 
class  dist_lock::DistLockStrategyBase
 Interface for distributed lock strategies. More...
 

Namespaces

namespace  dist_lock
 Distributed locking.