Bus.addOnSyncMessage

A message has been posted on the bus. This signal is emitted from the thread that posted the message so one has to be careful with locking.

This signal will not be emitted by default, you have to call Bus.enableSyncMessageEmission before.

class Bus
gulong
addOnSyncMessage
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)