Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/async/mod.ts>Notify#notify

🦕 Asynchronous primitive modules for Deno.
Latest
method Notify.prototype.notify
Re-export
import { Notify } from "https://deno.land/x/async@v2.1.0/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]