Skip to content

Commit

Permalink
Docs update on event loop
Browse files Browse the repository at this point in the history
  • Loading branch information
nick42d committed Nov 18, 2024
1 parent 78f6729 commit 358f1fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtui/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ impl Youtui {
Some(manager_event) = self.task_manager.manage_next_event(&self.server) => if manager_event.is_spawned_task() {
self.redraw = false;
},
// If any state mutations have been received by the components, apply them.
_ = self.window_state.async_update() => (),
}
}
Expand Down

0 comments on commit 358f1fd

Please sign in to comment.