Interface for distributed lock strategies. More...
#include <chrono>
#include <exception>
#include <string>
Go to the source code of 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. | |
Interface for distributed lock strategies.
Definition in file dist_lock_strategy.hpp.