All of the code in your loop executes on each iteration of the loop.
That includes your deque.

Use two loops. One for queing one for deque.

You should then be able to control the deque rate separately.

Ben

Reply via email to