method Deno.FsFile.prototype.lockSync
Jump to headingFsFile.prototype.lockSync(exclusive?: boolean): void
Synchronously acquire an advisory file-system lock synchronously for the file.
Parameters Jump to heading
optional
Jump to headingexclusive: boolean = false
Return Type Jump to heading
void