I’ve been finding AsyncUpdater really handy recently. If i’ve out grown it in a class and need different types of updates triggered on the message thread is there anything else in the toolkit that works without too many lines of code? The MultiAsyncUpdater? ![]()
Maybe MessageManager::callAsync() ?
Or roll your own quick AsyncUpdater subclass which calls a lambda?
1 Like
Yeah, thats what I was about to do … just sort of didn’t believe you hadn’t already done it for me that’s all;_)
Oh hang on, you mean this:

Mmmm, do you need an || DOXYGEN in there on the conditional or something??
2 Likes
Hmm, good point!
Yeah, no wonder I’d missed it;-)
