Skip to main content
Module

x/run_exclusive/package.json

βš‘πŸ”’ Wait queue for function execution πŸ”’ ⚑
Go to Latest
File
{ "name": "run-exclusive", "version": "2.2.11", "description": "Generate functions that do not allow parallel executions", "repository": { "type": "git", "url": "git://github.com/garronej/run_exclusive.git" }, "main": "lib/runExclusive.js", "types": "lib/runExclusive.ts", "author": "u/garronej", "license": "MIT", "keywords": [ "deno", "mutex", "async-await", "lock", "callback", "promise", "typescript", "type-safe" ], "homepage": "https://github.com/garronej/run_exclusive", "dependencies": { "minimal-polyfills": "^2.1.4" }, "devDependencies": { "@types/node": "^10.3.2", "ts-evt": "^4.3.3", "typescript": "^3.9.7", "denoify": "^0.4.1", "simplifyify": "8.0.1", "terser": "4.6.13" }, "files": [ "lib/runExclusive.d.ts", "lib/runExclusive.js", "lib/runExclusive.js.map", "bundle.js", "bundle.js.map", "bundle.min.js", "lib/runExclusive.ts" ]}