Expand description
Concurrency control for rebuild operations
Ensures only one build runs at a time, with at most one pending. Uses atomics for lock-free coordination between watcher and builder.
Structsยง
- Build
Guard - Concurrency control for rebuild operations.