Skip to main content

run_tui

Function run_tui 

Source
pub fn run_tui(
    rx: Receiver<InterceptedItem>,
    active: Arc<AtomicBool>,
) -> Result<()>
Expand description

Run the TUI on the current thread (should be called from a dedicated OS thread).