UNPKG

@tscommon/synchronized

Version:

In an async environment, a race condition occurs when two or more async operations attempt to update mutable shared data at the same time. @synchronized decorator offers a mechanism to avoid race conditions by synchronizing async operations access to shar

6 lines 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.synchronized = void 0; var synchronized_1 = require("./synchronized"); Object.defineProperty(exports, "synchronized", { enumerable: true, get: function () { return synchronized_1.synchronized; } }); //# sourceMappingURL=index.js.map