* Adds multiple items to the specified queue. * If the queue reaches its length limit, it triggers processing of the queue. * * @param {AddManyCond } addManyCond - The condition containing the queue name and the items to add. * @throws {MaxQueueCountError} - Thrown if the maximum numbe
(addManyCond: AddManyCond<T>)
source not stored for this graph (policy: none)
no test coverage detected