Replies: 1 comment 3 replies
-
It seems that the first In general |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Newbie question
How can I update the UI without blocking when carrying out multiple tasks
for example I have two infinite loops setup with different delays to do different tasks
When started I seem to be losing everything inside my TryEnqueue , nothing within this prints to the console, consequently my UI doesn't get updated. Hope this makes sense, any idea what is wrong here....
So the question is what is the correct way I update my UI using 2 independent tasks.. As soon as I introduced the
await anotherdosomething();
underdispatcher.TryEnqueue
I started getting problemsBeta Was this translation helpful? Give feedback.
All reactions