* Add a single item to the specified queue. * If the queue reaches its length limit, it triggers processing of the queue. * * @param {AddCond } addCond - The condition containing the queue name and the item to add. * @throws {MaxQueueCountError} - Thrown if the maximum number of queues
(addCond: AddCond<T>)
source not stored for this graph (policy: none)
no test coverage detected