import { Condition } from "https://deno.land/x/async@v1.1.5/mod.ts";
Acuire the lock and execute callback to access shared state.
This is preferred way to use a Condition.
import { Condition } from "https://deno.land/x/async@v1.1.5/mod.ts";
Acuire the lock and execute callback to access shared state.
This is preferred way to use a Condition.