Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as database from "https://raw.githubusercontent.com/jeremyBanks/database/0.1.0-dev/_common/mutex.ts";

§Classes

Mutex

Simple async mutex, with object access enforced by revokable proxies. Errors unlock the mutex, they don't poison it.