lite-ts-thread
v11.4.0npm· JavaScript```typescript const mutex: MutexBase; // 获取 key 等待锁, (最多尝试获取30次,每次间隔在10~20毫秒),获取不到则抛出异常 const unlock = await mutex.lock({ key: 'key', tryCount: 30, sleepRange: [10, 20] }); await unlock(); // 释放锁
The verdict
Abandoned. Last published over a year ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the npm registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityUnknown
SecurityClean
LicenseCopyleft
DepsZero deps
Maintenance
Last published over a year ago.
Popularity
Download count unavailable.
Security
No known advisories for this version (OSV).
License
GPL-3.0
Dependencies
No runtime dependencies
Recent releases
- 11.4.0over a year ago
- 11.3.0over a year ago
- 11.2.02 years ago
- 3.2.03 years ago
- 1.2.03 years ago
- 1.1.03 years ago
- 1.0.03 years ago