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

x/async/mod.ts>Notify#notify

🦕 Asynchronous primitive modules for Deno.
Go to Latest
method Notify.prototype.notify
Re-export
import { Notify } from "https://deno.land/x/async@v2.0.2/mod.ts";

Notifies n waiters that are waiting for notification. Resolves each of the notified waiters. If there are fewer than n waiters, all waiters are notified.

Parameters

optional
n = [UNSUPPORTED]