|
| | dist_lock_settings.hpp |
| | Distributed lock settings.
|
| |
| | dist_lock_strategy.hpp |
| | Interface for distributed lock strategies.
|
| |
| | dist_locked_task.hpp |
| | A task that tries to acquire a distributed lock and runs user callback once while the lock is held.
|
| |
| | dist_locked_worker.hpp |
| | Perpetually acquires a distributed lock and runs a callback while it is held and runs user callback in a separate task while the lock is held. Cancels the task when the lock is lost.
|
| |
| | statistics.hpp |
| | Distributed lock worker statistics counters.
|
| |