unoplatform/uno
GitHub ã§èŠãThrow in case children are manipulated on non-UI thread
Open
#12,970 opened on 2023幎7æ21æ¥
difficulty/starter ðgood first issuekind/enhancementlow-hanging-ðno-repro
Repository metrics
- Stars
- Â (9,789 stars)
- PR merge metrics
-  (å¹³åããŒãž 14d 8h) (30d ã§ 130 merged PRs)
説æ
What would you like to be added:
Throwing an exception if anyone attempts to manipulate UIElement children on non-UI thread
Why is this needed:
Thread safety. Currently these attempts are normally executed, which may lead to race conditions (e.g. changing the visual tree while rendering is currently in progress)
For which Platform:
All