Oneshot spsc channel with (potentially) lock-free non-blocking send, and a receiver supporting both thread blocking receive operations as well as Future based async polling.
# Cargo.toml
[dependencies]
oneshot = "0.2.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a oneshot channel, send a value, and receive it.
Ensure receiver lives until send completes or handle SendError.
No dependency data recorded yet.