import { Condition } from "https://deno.land/x/async@v1.1.5/mod.ts";
Acquire the underlying lock.
This method waits until the underlying lock is unlocked, sets it to locked and returns true.
import { Condition } from "https://deno.land/x/async@v1.1.5/mod.ts";
Acquire the underlying lock.
This method waits until the underlying lock is unlocked, sets it to locked and returns true.