Crate key_message_channel

Source
Expand description

Multi-producer single-consumer queue capable of queuing by message key.

Structs§

Iter
An iterator over messages on a Receiver, created by [iter].
Message
Message
Receiver
The receiving half of [unbounded] channel.
RecvError
An error returned from the [recv] function on a Receiver.
SendError
sendError
Sender
Sender

Functions§

unbounded
crate a unbounded channel