[][src]Crate unbounded_spsc

This library adapts the block-waiting recv mechanism from the Rust standard library to an unbounded SPSC channel backed by bounded_spsc_queue.

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

Panics