Deno.flockSync
UNSTABLE: New API, yet to be vetted.
Acquire an advisory file-system lock synchronously for the provided file.
function flockSync(rid: number, exclusive?: boolean): void;
UNSTABLE: New API, yet to be vetted.
Acquire an advisory file-system lock synchronously for the provided file.