mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 12:03:33 +00:00
6 lines
355 B
Go
6 lines
355 B
Go
// Package distlock provides distributed, automatically renewed leases across Uncloud machines.
|
|
//
|
|
// The initial in-memory store does not preserve leases across machine daemon restarts. Cluster membership must remain
|
|
// stable while leases are active. Callers must stop protected work when the context returned by Lease.Context is done.
|
|
package distlock
|