awInterruptDispatch
BrokerError awInterruptDispatch();
Interrupts the current awDispatch call. If there is no awDispatch in progress, the next call to awDispatch will be interrupted. The awInterruptDispatch function is intended for use in multi-threaded client applications and is safe for use in signal handlers.
See also: