mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 03:07:18 +02:00
Refactor to support multi threading
This commit is contained in:
parent
b1fd3e4686
commit
8962784852
2 changed files with 73 additions and 42 deletions
|
@ -282,7 +282,7 @@ fn tui_main(_config: &str) -> Result<(), Box<dyn Error>> {
|
|||
}
|
||||
},
|
||||
},
|
||||
Event::Tick => app.handle_tick(),
|
||||
Event::Tick => (),
|
||||
}
|
||||
|
||||
if app.should_quit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue