Skip to content

Commit

Permalink
Add change file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngo Iok Ui committed May 15, 2021
1 parent 2a0dc6e commit f5514f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
tao: patch
---

Refactor control flow implementation to wait.
1 change: 1 addition & 0 deletions src/platform_impl/linux/event_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ impl<T: 'static> EventLoop<T> {
context.pop_thread_default();

while *keep_running.borrow() {
// TODO dispatch
gtk::main_iteration();
}
}
Expand Down

0 comments on commit f5514f0

Please sign in to comment.