Decision Workspace
latches vs saa vs async-mutex
Side-by-side comparison of Rust crates
43
latches
growingv0.2.0
A downward counter (CountDownLatch) which can be used to synchronize threads or coordinate tasks
64
saa
growingv5.5.0
Word-sized low-level synchronization primitives providing both asynchronous and synchronous interfaces.
63
async-mutex
growingv1.4.1
Async mutex
Core Metrics
| latches | saa | async-mutex | |
|---|---|---|---|
| Health Score | 43 | 64 | 63 |
| Total Downloads | 4.0M | 789.7K | 15.7M |
| 30d Downloads | 650.4K | 263.4K | 293.8K |
| Dependents | 0 | 57 | 969 |
| Releases | 5 | 47 | 13 |
| Last Updated | 817d ago | 39d ago | 360d ago |
| Age | 2y 3m | 7m | 6y 10m |
Health Breakdown
latches
Maintenance
4
Quality
13
Community
6
Popularity
8
Documentation
12
saa
Maintenance
17
Quality
14
Community
11
Popularity
7
Documentation
15
async-mutex
Maintenance
6
Quality
18
Community
19
Popularity
8
Documentation
12
Technical Details
| latches | saa | async-mutex | |
|---|---|---|---|
| Version | 0.2.0 | 5.5.0 | 1.4.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 2 | 5 | 9 |
| Crate Size | 19KB | 42KB | 10KB |
| Features | 6 | 2 | 0 |
| Yanked % | 20.0% | 29.8% | 0.0% |
| Edition | 2021 | 2024 | 2018 |
| MSRV | 1.63 | 1.85.0 | — |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •saa leads with a health score of 64/100, but none of the options score above 80.
- •async-mutex has the most downloads (15.7M), suggesting wider adoption.
- •async-mutex is depended on by 969 crates — strongest ecosystem trust.
- •⚠ latches has not been updated in over a year.
- •latches is pre-1.0 — API may change.