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

x/mtkruto/0_deps.ts>Mutex#runExclusive

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Mutex.prototype.runExclusive
import { Mutex } from "https://deno.land/x/mtkruto@0.1.105/0_deps.ts";

Parameters

callback: MutexInterface.Worker<T>

Returns

Promise<T>