Async multi-producer multi-consumer channel for Rust's async ecosystem.
# Cargo.toml
[dependencies]
async-channel = "2.5.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an unbounded async channel, sends a value, and receives it.
Add a runtime dependency and annotate main with #[tokio::main] or similar.
No dependency data recorded yet.