Expand description
The event_bus
module provides an EventBus that supports publish-subscribe-style
communication between different tasks.
Structs
- The
Event
struct represents events that can be subscribed to on EventBus. - The
EventBus
structsupports publish-subscribe-style communication between different tasks. - The
EventBusFuture
struct is a future that completes when a specified event is published on an EventBus.
Constants
- OPTIONS 🔒
Functions
- Returns a future that completes when a specified event is published on an EventBus.