Skip to main content

Module lockfile

Module lockfile 

Source
Expand description

Cross-process file locks keyed by path (ARCHITECTURE.md §2/§3).

create_new with stale-holder detection by PID + start time — the same liveness identity op locks use. Daemon spawn, Stripe Projects, and git cache writers share this helper.

Structs§

FileLock
A held lock; released when dropped.

Enums§

LockError