[Desktop] How to create multi window app that uses dedicated threads for each window? #16899
-
This document explains how to create multi window application: Exploring multi-window support for Linux, macOS, and Windows I would like to run each of these windows is dedicated threads, one thread per window. |
Beta Was this translation helpful? Give feedback.
Answered by
MartinZikmund
May 30, 2024
Replies: 1 comment 4 replies
-
At this time, this is not supported. All window instance share the same dispatcher. @MartinZikmund will have more details. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the thread-per-window approach would require a larger rearchitecting of the application-windowing lifecycle, which is already pretty complex as we are (at least for now) keeping the backward compatibility with Uno.UWP, I think the alternative approach with a non-XAML rendering of the real-time data would be more suitable here 👍