Hi,
I’m a bit confused about the methods called sendXXXMessage ( for example sendActionMessage) that does postMessage internally (and PostMessage in Win32)
From Win32 perspective, Send is blocking, while Post is not.
There is nothing in the documentation related to blocking state of the message of the ActionBroadcaster, but there is also nothing related to it being asynchronous.
So can we safely assume that ActionBroadcaster ‘post’ asyncronous message and return before the message is processed (I think of a thread calling sendActionMessage) ?
Is that safe ?

