import { Event } from "https://deno.land/x/async@v1.1.2/event.ts";
Clear (unset) the event.
Tasks awaiting on wait()
will now block until the set()
method is called again.
import { Event } from "https://deno.land/x/async@v1.1.2/event.ts";
Clear (unset) the event.
Tasks awaiting on wait()
will now block until the set()
method is called again.