Decision Workspace
drop-handle vs abort-on-drop vs task-exec-queue
Side-by-side comparison of Rust crates
42
drop-handle
experimentalv1.0.0
A handle that will abort a Tokio task when dropped.
44
abort-on-drop
growingv0.2.2
A wrapper of Tokio's JoinHandle that aborts the task when it's dropped, while still allowing it to be awaited for joining.
56
task-exec-queue
growingv0.10.1
A asynchronous task execution queue
Core Metrics
| drop-handle | abort-on-drop | task-exec-queue | |
|---|---|---|---|
| Health Score | 42 | 44 | 56 |
| Total Downloads | 24 | 759.5K | 32.6K |
| 30d Downloads | 0 | 6.8K | 1.2K |
| Dependents | 0 | 32 | 27 |
| Releases | 1 | 4 | 14 |
| Last Updated | 140d ago | 1439d ago | 17d ago |
| Age | 4m | 4y 2m | 3y 9m |
Health Breakdown
drop-handle
Maintenance
6
Quality
16
Community
6
Popularity
2
Documentation
12
abort-on-drop
Maintenance
3
Quality
15
Community
9
Popularity
7
Documentation
10
task-exec-queue
Maintenance
17
Quality
15
Community
10
Popularity
5
Documentation
9
Technical Details
| drop-handle | abort-on-drop | task-exec-queue | |
|---|---|---|---|
| Version | 1.0.0 | 0.2.2 | 0.10.1 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | BSD-2-Clause | MIT OR Apache-2.0 |
| Dependencies | 4 | 2 | 13 |
| Crate Size | 5KB | 2KB | 22KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2018 |
| MSRV | 1.85.1 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •task-exec-queue leads with a health score of 56/100, but none of the options score above 80.
- •abort-on-drop has the most downloads (759.5K), suggesting wider adoption.
- •⚠ abort-on-drop has not been updated in over a year.
- •abort-on-drop, task-exec-queue are pre-1.0 — API may change.