Refactor to support multi threading

This commit is contained in:
Dheepak Krishnamurthy 2020-08-04 05:00:33 -06:00
parent b1fd3e4686
commit 8962784852
2 changed files with 73 additions and 42 deletions

View file

@ -282,7 +282,7 @@ fn tui_main(_config: &str) -> Result<(), Box<dyn Error>> {
}
},
},
Event::Tick => app.handle_tick(),
Event::Tick => (),
}
if app.should_quit {