Decision Workspace
async-priority-channel vs async-channel vs concurrent-queue
Side-by-side comparison of Rust crates
50
async-priority-channel
growingv0.2.0
An async channel where pending messages are delivered in order of priority
69
async-channel
growingv2.5.0
Async multi-producer multi-consumer channel
60
concurrent-queue
growingv2.5.0
Concurrent multi-producer multi-consumer queue
Core Metrics
| async-priority-channel | async-channel | concurrent-queue | |
|---|---|---|---|
| Health Score | 50 | 69 | 60 |
| Total Downloads | 4.1M | 228.6M | 208.7M |
| 30d Downloads | 157.4K | 14.9M | 16.0M |
| Dependents | 113 | 9.5K | 1.0K |
| Releases | 2 | 26 | 16 |
| Last Updated | 814d ago | 264d ago | 700d ago |
| Age | 4y 5m | 6y 10m | 5y 10m |
Health Breakdown
async-priority-channel
Maintenance
3
Quality
15
Community
12
Popularity
8
Documentation
12
async-channel
Maintenance
9
Quality
20
Community
20
Popularity
8
Documentation
12
concurrent-queue
Maintenance
4
Quality
18
Community
18
Popularity
8
Documentation
12
Technical Details
| async-priority-channel | async-channel | concurrent-queue | |
|---|---|---|---|
| Version | 0.2.0 | 2.5.0 | 2.5.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 3 | 9 | 7 |
| Crate Size | 13KB | 19KB | 23KB |
| Features | 0 | 3 | 2 |
| Yanked % | 0.0% | 0.0% | 6.3% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | 1.60 | 1.60 |
| Owners | 1 | 1 (team) | 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.