{"adoption": {"forks": 70, "observed_at": "2026-08-28T04:04:42.381504+00:00", "stars": 1430}, "canonical_url": "https://ross.abutalabs.com/products/async-mutex", "card": {"archived": false, "artifact_type": "library", "description": "A mutex for synchronizing async workflows in Javascript", "domain": ["developer-tools", "web-development"], "enriched": true, "function": ["concurrency", "developer-tools"], "health_score": 39, "homepage": null, "language": "TypeScript", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["DirtyHairy/async-mutex"], "name": "DirtyHairy/async-mutex", "platform": ["browser", "cross-platform"], "pushed_at": "2025-07-19T08:27:14+00:00", "repo": "DirtyHairy/async-mutex", "stars": 1430, "tags": ["mutex", "semaphore", "async", "typescript", "synchronization", "promise-based", "javascript", "nodejs"], "topics": [], "urls": [], "use_cases": ["serialize access to a shared async resource in JavaScript", "limit concurrent requests in a web crawler", "prevent race conditions when exchanging messages with a web worker", "control parallelism of async tasks with a semaphore", "guard async workflows against reentrant calls"], "what_it_is": "A TypeScript library providing mutex and semaphore primitives for synchronizing asynchronous JavaScript workflows. Locking returns a promise that resolves when the resource becomes available, preventing race conditions in single-threaded async code.", "when_to_avoid": ["you need true multi-threaded synchronization (use worker threads with Atomics)", "your code is fully synchronous and single-threaded without interleaving", "you need distributed locking across processes or machines"], "when_to_choose": ["you need promise-based locking for async/await code", "you want to cap the number of concurrent async operations", "you need a tiny, dependency-free synchronization primitive in Node or the browser"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/async-mutex", "repo": "DirtyHairy/async-mutex", "role": "main", "score": 47}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T04:37:10.134208+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "dc1b82c317320ad6c1f316ca8a90cd1cee5bb180ca2dfe9a3013a0310bce6972", "fetched_at": "2026-08-28T04:04:42.381504+00:00", "kind": "readme", "missing": false, "url": "https://github.com/DirtyHairy/async-mutex"}, {"content_hash": "3864bbb6d897c417b8c55bbe3753291890f25c243f12964478829213097f61f7", "fetched_at": "2026-08-29T11:48:48.145034+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/async-mutex"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T04:37:10.134208+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "dc1b82c317320ad6c1f316ca8a90cd1cee5bb180ca2dfe9a3013a0310bce6972", "fetched_at": "2026-08-28T04:04:42.381504+00:00", "kind": "readme", "missing": false, "url": "https://github.com/DirtyHairy/async-mutex"}, {"content_hash": "3864bbb6d897c417b8c55bbe3753291890f25c243f12964478829213097f61f7", "fetched_at": "2026-08-29T11:48:48.145034+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/async-mutex"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T04:37:10.134208+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "dc1b82c317320ad6c1f316ca8a90cd1cee5bb180ca2dfe9a3013a0310bce6972", "fetched_at": "2026-08-28T04:04:42.381504+00:00", "kind": "readme", "missing": false, "url": "https://github.com/DirtyHairy/async-mutex"}, {"content_hash": "3864bbb6d897c417b8c55bbe3753291890f25c243f12964478829213097f61f7", "fetched_at": "2026-08-29T11:48:48.145034+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/async-mutex"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T04:37:10.134208+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "dc1b82c317320ad6c1f316ca8a90cd1cee5bb180ca2dfe9a3013a0310bce6972", "fetched_at": "2026-08-28T04:04:42.381504+00:00", "kind": "readme", "missing": false, "url": "https://github.com/DirtyHairy/async-mutex"}, {"content_hash": "3864bbb6d897c417b8c55bbe3753291890f25c243f12964478829213097f61f7", "fetched_at": "2026-08-29T11:48:48.145034+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/async-mutex"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T04:37:10.134208+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "dc1b82c317320ad6c1f316ca8a90cd1cee5bb180ca2dfe9a3013a0310bce6972", "fetched_at": "2026-08-28T04:04:42.381504+00:00", "kind": "readme", "missing": false, "url": "https://github.com/DirtyHairy/async-mutex"}, {"content_hash": "3864bbb6d897c417b8c55bbe3753291890f25c243f12964478829213097f61f7", "fetched_at": "2026-08-29T11:48:48.145034+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/async-mutex"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T04:37:10.134208+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "dc1b82c317320ad6c1f316ca8a90cd1cee5bb180ca2dfe9a3013a0310bce6972", "fetched_at": "2026-08-28T04:04:42.381504+00:00", "kind": "readme", "missing": false, "url": "https://github.com/DirtyHairy/async-mutex"}, {"content_hash": "3864bbb6d897c417b8c55bbe3753291890f25c243f12964478829213097f61f7", "fetched_at": "2026-08-29T11:48:48.145034+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/async-mutex"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:04:42.381504+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T04:37:10.134208+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "dc1b82c317320ad6c1f316ca8a90cd1cee5bb180ca2dfe9a3013a0310bce6972", "fetched_at": "2026-08-28T04:04:42.381504+00:00", "kind": "readme", "missing": false, "url": "https://github.com/DirtyHairy/async-mutex"}, {"content_hash": "3864bbb6d897c417b8c55bbe3753291890f25c243f12964478829213097f61f7", "fetched_at": "2026-08-29T11:48:48.145034+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/async-mutex"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T04:37:10.134208+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "dc1b82c317320ad6c1f316ca8a90cd1cee5bb180ca2dfe9a3013a0310bce6972", "fetched_at": "2026-08-28T04:04:42.381504+00:00", "kind": "readme", "missing": false, "url": "https://github.com/DirtyHairy/async-mutex"}, {"content_hash": "3864bbb6d897c417b8c55bbe3753291890f25c243f12964478829213097f61f7", "fetched_at": "2026-08-29T11:48:48.145034+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/async-mutex"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T04:37:10.134208+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "dc1b82c317320ad6c1f316ca8a90cd1cee5bb180ca2dfe9a3013a0310bce6972", "fetched_at": "2026-08-28T04:04:42.381504+00:00", "kind": "readme", "missing": false, "url": "https://github.com/DirtyHairy/async-mutex"}, {"content_hash": "3864bbb6d897c417b8c55bbe3753291890f25c243f12964478829213097f61f7", "fetched_at": "2026-08-29T11:48:48.145034+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/async-mutex"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T04:37:10.134208+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "dc1b82c317320ad6c1f316ca8a90cd1cee5bb180ca2dfe9a3013a0310bce6972", "fetched_at": "2026-08-28T04:04:42.381504+00:00", "kind": "readme", "missing": false, "url": "https://github.com/DirtyHairy/async-mutex"}, {"content_hash": "3864bbb6d897c417b8c55bbe3753291890f25c243f12964478829213097f61f7", "fetched_at": "2026-08-29T11:48:48.145034+00:00", "kind": "registry_npm", "missing": false, "url": "https://registry.npmjs.org/async-mutex"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 32, "longevity": 100, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 3612, "days_push": 410, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 47, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}