Crate unbounded_spsc

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§

select

Structs§

IntoIter
Iter
Receiver
RecvError
Sender disconnected, no further messages will ever be received.
SendError
Receiver disconnected, message will never be deliverable.
Sender
TryIter

Enums§

RecvTimeoutError
SelectionResult
TryRecvError

Functions§

channel