Skip to main content

Module distributed_lock

Module distributed_lock 

Source
Expand description

Distributed lock manager — TTL-based leases with fencing tokens.

Structs§

DistributedLockManager
Thread-safe distributed lock manager (in-memory; production implementations use Redis or etcd).
Lease
A distributed lock lease.