Expand description
The event_bus module provides an EventBus that supports publish-subscribe-style
communication between different tasks.
Structs
- The
Eventstruct represents events that can be subscribed to on EventBus. - The
EventBusstructsupports publish-subscribe-style communication between different tasks. - The
EventBusFuturestruct 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.