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

x/async/mod.ts>Condition#release

🦕 Asynchronous primitive modules loosely port from Python's asyncio for Deno.
Go to Latest
method Condition.prototype.release
Re-export
import { Condition } from "https://deno.land/x/async@v1.1.5/mod.ts";

Release the underlying lock.

When invoked on an unlocked lock, an Error is thrown.