Module bus

Module bus 

Source
Expand description

Event bus for dispatching events to subscribed components

Structs§

EventBus
Event bus that manages subscriptions and dispatches events

Enums§

RawEvent
Raw event from crossterm before processing

Functions§

process_raw_event
Process a raw event into an EventKind
spawn_event_poller
Spawn the event polling task with cancellation support