Closed pieterdt closed 5 years ago
Is it possible to add items to the queue while it is being processed? If so how would that look like?
Sadly this is not possible. The best advice I can give you is to keep track of the items in an array and redo the throttle when it is done with the new array of items.
Is it possible to add items to the queue while it is being processed? If so how would that look like?