Crate spmc [] [src]

Structs

Receiver
RecvError

An error returned from the recv function on a Receiver.

SendError

An error returned from the send function on channels.

Sender

Enums

TryRecvError

This enumeration is the list of the possible reasons that try_recv could not return data when called.

Functions

channel