Skip to main content
Module

x/semaphore/mutex.ts

https://deno.land/x/semaphore@v1.1.1
Latest
File
import { Semaphore } from "./semaphore.ts";
export class Mutex extends Semaphore { constructor() { super(1); }}