Right now, I'm solving this issue manually by nesting lambdas and calls to ThreadPool::RunAsync or CoreDispatcher::RunAsync, but it results in a somewhat unwieldy code, if I have to bounce around all the time, just because I need to access properties of
UI objects at a certain time only. But I was wondering whether there's code or a set of macros to hide all this away into looking more like what there is in C#.
Thanks!