Documentation
¶
Overview ¶
Package locks provides a process-global keyed mutex used to serialize mutating filesystem operations on a single pack's cache directory.
The lock must live at package scope: the runner factory and resolver are constructed fresh per HTTP request and per detonation, so an instance-scoped lock would not be observed across those independent instances.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.