Function ghciwatch::run_tui

source ·
pub async fn run_tui(
    shutdown: ShutdownHandle,
    ghci_reader: DuplexStream,
    tracing_reader: DuplexStream
) -> Result<()>
Expand description

Start the terminal event loop, reading output from the given readers.