pub static LOCK_NAME: LazyLock<String>
The conventional filename for an Atom lockfile (e.g., atom.lock).
atom.lock
This static variable is lazily initialized to ensure it is constructed only when needed.