Decision Workspace
async-waitgroup vs waitgroup vs compact-waitgroup
Side-by-side comparison of Rust crates
44
async-waitgroup
growingv0.1.3
Golang like WaitGroup implementation that supports both sync and async Rust
51
waitgroup
growingv0.1.2
Async waitgroup for a collection of task to finish
51
compact-waitgroup
experimentalv0.3.3
A compact asynchronous WaitGroup synchronization primitive.
Core Metrics
| async-waitgroup | waitgroup | compact-waitgroup | |
|---|---|---|---|
| Health Score | 44 | 51 | 51 |
| Total Downloads | 6.0K | 4.5M | 182 |
| 30d Downloads | 36 | 321.9K | 126 |
| Dependents | 0 | 246 | 0 |
| Releases | 4 | 3 | 10 |
| Last Updated | 774d ago | 1996d ago | 17d ago |
| Age | 2y 1m | 6y | 1m |
Health Breakdown
async-waitgroup
Maintenance
4
Quality
16
Community
6
Popularity
5
Documentation
13
waitgroup
Maintenance
3
Quality
15
Community
13
Popularity
8
Documentation
12
compact-waitgroup
Maintenance
12
Quality
15
Community
6
Popularity
3
Documentation
15
Technical Details
| async-waitgroup | waitgroup | compact-waitgroup | |
|---|---|---|---|
| Version | 0.1.3 | 0.1.2 | 0.3.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 7 | 2 | 7 |
| Crate Size | 8KB | 6KB | 19KB |
| Features | 2 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | — | 1.88 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •waitgroup leads with a health score of 51/100, but none of the options score above 80.
- •waitgroup is depended on by 246 crates — strongest ecosystem trust.
- •⚠ async-waitgroup, waitgroup have not been updated in over a year.