Broadcast and message queue

Hi,

Is there a broadcast/listen mechanism in the API that does not use the message queue?

(I need to connect efficiently agents in a graph where each of them run on their own thread and timer loop).

No, haven't got one of those.. It's something I've often thought about adding, but I guess I never needed one myself, so never quite had a reason to write one yet.

Thanks for infos. I should consider to write something on top of your API. I need to investigate a bit more. I'm even not sure myself that it worth the cost.