Skip to main content

event_loop

Function event_loop 

Source
pub fn event_loop<B: Backend>(
    terminal: &mut Terminal<B>,
    app: &mut App,
) -> Result<()>
Expand description

The loop, generic over the backend so a test can drive it.