Decision Workspace
tasks vs promisery vs bounded_join_set
Side-by-side comparison of Rust crates
38
tasks
growingv0.1.0
A task parallel library in Rust similar to TPL in C#
57
promisery
growingv2.0.1
A JavaScript-inspired, ergonomic, and composable Promise type for Rust, supporting background work, chaining, and error handling with Result.
51
bounded_join_set
growingv0.3.0
A Concurrency-Limited JoinSet for Tokio.
Core Metrics
| tasks | promisery | bounded_join_set | |
|---|---|---|---|
| Health Score | 38 | 57 | 51 |
| Total Downloads | 2.0K | 2.1K | 24.7K |
| 30d Downloads | 4 | 25 | 2.7K |
| Dependents | 0 | 1 | 8 |
| Releases | 1 | 5 | 3 |
| Last Updated | 3069d ago | 266d ago | 379d ago |
| Age | 8y 4m | 8m | 2y 7m |
Health Breakdown
tasks
Maintenance
1
Quality
16
Community
6
Popularity
4
Documentation
11
promisery
Maintenance
15
Quality
18
Community
7
Popularity
4
Documentation
13
bounded_join_set
Maintenance
6
Quality
15
Community
10
Popularity
5
Documentation
15
Technical Details
| tasks | promisery | bounded_join_set | |
|---|---|---|---|
| Version | 0.1.0 | 2.0.1 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 2 | 2 |
| Crate Size | 2KB | 9KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2021 |
| MSRV | — | — | 1.71 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •promisery leads with a health score of 57/100, but none of the options score above 80.
- •bounded_join_set has the most downloads (24.7K), suggesting wider adoption.
- •⚠ tasks, bounded_join_set have not been updated in over a year.
- •tasks, bounded_join_set are pre-1.0 — API may change.