An async channel library.
# Cargo.toml
[dependencies]
postage = "0.5.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an MPSC channel, sends a value, and receives it.
Add tokio = { version = "1", features = ["full"] } and use #[tokio::main].No dependency data recorded yet.