Skip to content

FileLockHandle

Defined in: src/launcher/lock.ts:41

Result of a successful lock acquisition.

readonly path: string;

Defined in: src/launcher/lock.ts:43

Path to the lockfile (informational).

release(): void;

Defined in: src/launcher/lock.ts:46

Release the lock — truncates the file to zero bytes; the file itself persists as a slot marker. Idempotent.

void