Static LOCK_NAME

Source
pub static LOCK_NAME: LazyLock<String>
Expand description

The conventional filename for an Atom lockfile (e.g., atom.lock).

This static variable is lazily initialized to ensure it is constructed only when needed.