Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/async/event.ts>Event#set

🦕 Asynchronous primitive modules loosely port from Python's asyncio for Deno.
Go to Latest
method Event.prototype.set
import { Event } from "https://deno.land/x/async@v1.1.2/event.ts";

Set the event.

All tasks waiting for event to be set will be immediately awakened.