UNPKG

@d3vtool/mutex

Version:

This library allows you to use concept of mutex for shared in-memory resource in asynchronous environment.

5 lines (4 loc) 146 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const mutex_1 = require("./mutex"); exports.default = mutex_1.Mutex;