Skip to main content

spawn_tui_thread

Function spawn_tui_thread 

Source
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.