Decision Workspace
managed-thread vs dropping-thread-local vs atomic-destructor
Side-by-side comparison of Rust crates
37
managed-thread
growingv0.0.3
Real fearless concurrency! Spawn threads that will be automatically destroyed when no longer needed
50
dropping-thread-local
experimentalv0.1.5
A dynamically allocated ThreadLocal that ensures destructors are run on thread exit
43
atomic-destructor
growingv0.3.0
Atomic destructor for multi-threaded env
Core Metrics
| managed-thread | dropping-thread-local | atomic-destructor | |
|---|---|---|---|
| Health Score | 37 | 50 | 43 |
| Total Downloads | 4.4K | 2.2K | 342.6K |
| 30d Downloads | 5 | 9 | 85.9K |
| Dependents | 0 | 0 | 42 |
| Releases | 3 | 7 | 7 |
| Last Updated | 1957d ago | 73d ago | 484d ago |
| Age | 6y 2m | 8m | 2y |
Health Breakdown
managed-thread
Maintenance
3
Quality
16
Community
5
Popularity
4
Documentation
9
dropping-thread-local
Maintenance
15
Quality
13
Community
6
Popularity
4
Documentation
12
atomic-destructor
Maintenance
7
Quality
10
Community
7
Popularity
7
Documentation
12
Technical Details
| managed-thread | dropping-thread-local | atomic-destructor | |
|---|---|---|---|
| Version | 0.0.3 | 0.1.5 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 OR MIT | MIT |
| Dependencies | 0 | 8 | 0 |
| Crate Size | 4KB | 22KB | 4KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 42.9% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | 1.85 | 1.56.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •dropping-thread-local leads with a health score of 50/100, but none of the options score above 80.
- •atomic-destructor has the most downloads (342.6K), suggesting wider adoption.
- •⚠ managed-thread, atomic-destructor have not been updated in over a year.