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

x/async/mutex.ts>Mutex#release

🦕 Asynchronous primitive modules loosely port from Python's asyncio for Deno.
Go to Latest
method Mutex.prototype.release
import { Mutex } from "https://deno.land/x/async@v2.0.0/mutex.ts";

Release the mutex, allowing the next pending acquirer to proceed.