pub type EventBus = EventBus<KernelEvent>;Expand description
Kernel event bus — generic SDK bus specialised for KernelEvent.
The broadcast channel is owned by oxi_sdk::EventBus; this type alias
just makes the call sites read more naturally (crate::event_bus::EventBus
instead of oxi_sdk::EventBus<KernelEvent>).
Aliased Type§
pub struct EventBus { /* private fields */ }