Decision Workspace
sync-wait-group vs async-semaphore vs async-barrier
Side-by-side comparison of Rust crates
42
sync-wait-group
growingv0.1.1
Wait group for synchronizing the beginning or end of some computation.
58
async-semaphore
growingv1.2.1
An async semaphore
56
async-barrier
growingv1.1.1
An async barrier
Core Metrics
| sync-wait-group | async-semaphore | async-barrier | |
|---|---|---|---|
| Health Score | 42 | 58 | 56 |
| Total Downloads | 4.0K | 182.5K | 91.0K |
| 30d Downloads | 23 | 1.8K | 473 |
| Dependents | 2 | 35 | 9 |
| Releases | 2 | 5 | 5 |
| Last Updated | 1359d ago | 360d ago | 360d ago |
| Age | 3y 11m | 6y 10m | 5y 10m |
Health Breakdown
sync-wait-group
Maintenance
4
Quality
15
Community
4
Popularity
4
Documentation
15
async-semaphore
Maintenance
5
Quality
20
Community
15
Popularity
6
Documentation
12
async-barrier
Maintenance
5
Quality
19
Community
14
Popularity
6
Documentation
12
Technical Details
| sync-wait-group | async-semaphore | async-barrier | |
|---|---|---|---|
| Version | 0.1.1 | 1.2.1 | 1.1.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 1 | 2 | 4 |
| Crate Size | 7KB | 3KB | 4KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | 1.56 | — | — |
| Owners | 1 | 2 (team) | 1 (team) |
Links
Quick Verdict
- •async-semaphore leads with a health score of 58/100, but none of the options score above 80.
- •⚠ sync-wait-group has not been updated in over a year.
- •sync-wait-group is pre-1.0 — API may change.