Decision Workspace
async-rwlock vs async-mutex vs async-handle
Side-by-side comparison of Rust crates
62
async-rwlock
growingv1.3.1
Async reader-writer lock
63
async-mutex
growingv1.4.1
Async mutex
53
async-handle
growingv0.1.4
A reference-counted async RwLock
Core Metrics
| async-rwlock | async-mutex | async-handle | |
|---|---|---|---|
| Health Score | 62 | 63 | 53 |
| Total Downloads | 2.8M | 15.7M | 10.5K |
| 30d Downloads | 27.3K | 301.8K | 40 |
| Dependents | 227 | 969 | 28 |
| Releases | 8 | 13 | 5 |
| Last Updated | 360d ago | 360d ago | 2017d ago |
| Age | 6y 10m | 6y 10m | 5y 6m |
Health Breakdown
async-rwlock
Maintenance
6
Quality
19
Community
17
Popularity
8
Documentation
12
async-mutex
Maintenance
6
Quality
18
Community
19
Popularity
8
Documentation
12
async-handle
Maintenance
9
Quality
15
Community
15
Popularity
5
Documentation
9
Technical Details
| async-rwlock | async-mutex | async-handle | |
|---|---|---|---|
| Version | 1.3.1 | 1.4.1 | 0.1.4 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | MIT |
| Dependencies | 5 | 9 | 3 |
| Crate Size | 7KB | 10KB | 4KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 2 (team) | 2 (team) | 2 (team) |
Links
Quick Verdict
- •async-mutex leads with a health score of 63/100, but none of the options score above 80.
- •async-mutex is depended on by 969 crates — strongest ecosystem trust.
- •⚠ async-handle has not been updated in over a year.
- •async-handle is pre-1.0 — API may change.