Expand description
Listen to external events in your application.
Structs§
- Subscription
 - A request to listen to external events.
 - Tracker
 - A registry of subscription streams.
 
Enums§
- Event
 - A subscription event.
 
Traits§
- Recipe
 - The description of a 
Subscription. 
Functions§
- from_
recipe  - Creates a 
Subscriptionfrom aRecipedescribing it. - into_
recipes  - Returns the different recipes of the 
Subscription. 
Type Aliases§
- Event
Stream  - A stream of runtime events.
 - Hasher
 - The hasher used for identifying subscriptions.