Expand description
Implementation of anything directly subscriber related
Structsยง
- DynSubscriber
- A subscriber that holds a dynamic reference to the channel
- Send
DynSubscriber - A subscriber that holds a dynamic reference to the channel. This version can be sent between threads but can only be created if the underlying mutex is Send + Sync.
- Sub
- A subscriber to a channel
- Subscriber
- A subscriber that holds a generic reference to the channel
- Subscriber
Wait Future - Future for the subscriber wait action