Hi,
What is the safe way to use threading with haxe-ui.
I want to update a list asynchronously, it sometimes work but it’s not thread safe and crash if I interact with the ui during the update.
I was wondering how you would approach it or if there is an haxe-ui’s way of dealing with threads ?
Thanks