Deno.flockSync
UNSTABLE: New API should be tested first.
Acquire an advisory file-system lock for the provided file. exclusive
defaults to false
.
function flockSync(rid: number, exclusive?: boolean): void;
UNSTABLE: New API should be tested first.
Acquire an advisory file-system lock for the provided file. exclusive
defaults to false
.