@brief Poll a queue for events served through callbacks for max \p timeout_ms.
@returns the number of events served.
@remark This API must only be used for queues with callbacks registered for all expected event types. E.g., not a message queue.
See Implementation
@brief Poll a queue for events served through callbacks for max \p timeout_ms.
@returns the number of events served.
@remark This API must only be used for queues with callbacks registered for all expected event types. E.g., not a message queue.