Provides channels for asynchronous communication using futures-rs.
# Cargo.toml
[dependencies]
futures-channel = "0.3.31"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple multi-producer, single-consumer channel and sends/receives a value.
Use an async runtime and await on the receiver.
No dependency data recorded yet.