Skip to main content

Module event_bus

Module event_bus 

Source
Expand description

Tokio broadcast event bus for cross-component notifications.

Structsยง

EventBus
Central event bus for broadcasting memory events.
FilteredReceiver
Filtered receiver that yields events matching a predicate.

Constantsยง

DEFAULT_EVENT_BUS_CAPACITY ๐Ÿ”’

Staticsยง

GLOBAL_EVENT_BUS ๐Ÿ”’

Functionsยง

global_event_bus
Returns the global event bus, initializing it on first use.
usize_to_f64 ๐Ÿ”’