Expand description
Communication primitives
Modules§
- bstream
- Bytes stream
- condition
- inplace
- A futures-aware bounded(1) channel.
- mpsc
- A multi-producer, single-consumer, futures-aware, FIFO queue.
- oneshot
- A one-shot, futures-aware channel.
- pool
- A one-shot pool, futures-aware channel.
Structs§
- Canceled
- Error returned from a
Receiver
when the correspondingSender
is dropped.