Expand description
Communication primitives
Modules§
- A multi-producer, single-consumer, futures-aware, FIFO queue.
- A one-shot, futures-aware channel.
- A one-shot pool, futures-aware channel.
Structs§
- Error returned from a
Receiver
when the correspondingSender
is dropped.