Expand description
Structs§
- Channel
Consumer - A consumer (recv-side) for a channel.
- Channel
Consumer Recv Future - A future that represents an in-flight recieve operation.
- Channel
Producer - The producer (send-side) for a channel.
- Channel
Producer Send Future - A future that represents an in-flight send operation.
Enums§
Functions§
- channel
- Creates a new channel.
It’s an async multi-producer single-consumer channel (ampsc).