Documentation ¶
Overview ¶
Package locks contains global locks used throughout Terragrunt.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnvLock sync.Mutex //nolint:gochecknoglobals
EnvLock is the lock acquired when writing environment variables in a way that is not safe for concurrent access.
When possible, prefer to spawn a new process with the environment variables you want, or avoid setting environment variables instead of using this lock.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.