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>
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. | |