Expand description
Channel to publish and subscribe values.
Structs§
- Receiver
- Receive part of Sender.
- Recv
Error - Error for Receiver::changed() to express that sender has been dropped.
- Ref
- Reference to borrowed value.
- Send
Error - Error for Sender::send to express no receivers alive.
- Sender
- Send part of Receiver.
Functions§
- channel
- Constructs a lock free channel to publish and subscribe values.