Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.funlockSync

UNSTABLE: New API should be tested first.

Release an advisory file-system lock for the provided file.

function funlockSync(rid: number): void;
§
funlockSync(rid: number): void
[src]

§Parameters

§
rid: number
[src]

§Return Type