Skip to main content

Module event_bus

Module event_bus 

Source
Expand description

Event bus: inter-agent communication via tokio broadcast channels.

The event bus is the “pipe” of Oxios. All agents communicate through kernel events published on the bus.

Structs§

EventBus
A broadcast-based event bus for kernel events.

Enums§

KernelEvent
Events that flow through the kernel event bus.

Functions§

kernel_event_to_audit_action
Convert a KernelEvent to an AuditAction for the audit trail.