Skip to content

Updating app state repeatedly from main thread #7512

Answered by ogoffart
burumdev asked this question in Q&A
Discussion options

You must be logged in to vote

You loop never yields (.await) and that's why it blocks the ui thread.
perhaps this could be solved with tokio::sync::Notify

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by burumdev
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants