Decision Workspace
async-channel vs async-priority-channel vs concurrent-queue
Side-by-side comparison of Rust crates
69
async-channel
growingv2.5.0
Async multi-producer multi-consumer channel
50
async-priority-channel
growingv0.2.0
An async channel where pending messages are delivered in order of priority
60
concurrent-queue
growingv2.5.0
Concurrent multi-producer multi-consumer queue
Core Metrics
| async-channel | async-priority-channel | concurrent-queue | |
|---|---|---|---|
| Health Score | 69 | 50 | 60 |
| Total Downloads | 228.6M | 4.1M | 208.7M |
| 30d Downloads | 14.9M | 157.4K | 16.0M |
| Dependents | 9.5K | 113 | 1.0K |
| Releases | 26 | 2 | 16 |
| Last Updated | 264d ago | 814d ago | 700d ago |
| Age | 6y 10m | 4y 5m | 5y 10m |
Health Breakdown
async-channel
Maintenance
9
Quality
20
Community
20
Popularity
8
Documentation
12
async-priority-channel
Maintenance
3
Quality
15
Community
12
Popularity
8
Documentation
12
concurrent-queue
Maintenance
4
Quality
18
Community
18
Popularity
8
Documentation
12
Technical Details
| async-channel | async-priority-channel | concurrent-queue | |
|---|---|---|---|
| Version | 2.5.0 | 0.2.0 | 2.5.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✓ Yes |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 9 | 3 | 7 |
| Crate Size | 19KB | 13KB | 23KB |
| Features | 3 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 6.3% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | 1.60 | — | 1.60 |
| Owners | 1 (team) | 1 | 3 (team) |
Links
Quick Verdict
- •async-channel leads with a health score of 69/100, but none of the options score above 80.
- •async-channel is depended on by 9.5K crates — strongest ecosystem trust.
- •⚠ async-priority-channel, concurrent-queue have not been updated in over a year.
- •async-priority-channel is pre-1.0 — API may change.