pub static UI_EVENT_SENDER: LazyLock<RwLock<Option<Sender<UiEvent>>>>
Global thread-safe channel sender for dispatching UiEvents across the application.
UiEvent