Expand description
A simple publish-and-subscribe facility.
Structs§
- PubSub
Future - The
Future
used by a subscriber toawait
updates. - PubSub
Hub - A rendezvous point for publishers and subscribers.
A simple publish-and-subscribe facility.
Future
used by a subscriber to await
updates.