import { Condition } from "https://deno.land/x/async@v1.1.5/mod.ts";
Wake up all tasks waiting on this condition.
This method acts like notify()
, but wakes up all waiting tasks.
The lock must be acquired before this method is called and released shortly after. If called with an unlocked lock an Error is thrown.