//! Shared Tokio runtime for background work (e.g. right-pane file + DB resolve) while the TUI thread stays on crossterm.
use OnceLock;
use Runtime;
use crateTOKIO_RUNTIME_WORKERS;
static RT: = new;
/// Start Tokio runtime if not already started.
///
/// # Panics
///
/// Runtime fails to start.