pub fn spawn_tui_thread(
metrics: Arc<TuiMetrics>,
shutdown_flag: Arc<AtomicBool>,
)Expand description
Spawns the background TUI renderer thread.
ยงPanics
This function panics if the TUI background thread fails to spawn.
pub fn spawn_tui_thread(
metrics: Arc<TuiMetrics>,
shutdown_flag: Arc<AtomicBool>,
)Spawns the background TUI renderer thread.
This function panics if the TUI background thread fails to spawn.