Crate unbounded_spsc
source ·Expand description
This library adapts the block-waiting recv
mechanism from the Rust
standard library to an unbounded SPSC channel backed by
spsc
.
Macros
Structs
- Sender disconnected, no further messages will ever be received.
- Receiver disconnected, message will never be deliverable.