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

x/async/event.ts>Event#is_set

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

Return true if the event is set.

Returns

boolean