Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/async/event.ts>Event#clear

🦕 Asynchronous primitive modules loosely port from Python's asyncio for Deno.
Go to Latest
method Event.prototype.clear
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.