redux-async-queue icon indicating copy to clipboard operation
redux-async-queue copied to clipboard

How to tell if the queue is empty

Open daviddywang opened this issue 7 years ago • 1 comments

Is there a way to peek into the queue to see if it is empty? I have a use case that if there is something in the queue I should skip handling the result from previous action and do the next() right away.

daviddywang avatar Jan 25 '18 17:01 daviddywang

Not currently. I can see that being useful if you'd like to look at adding that functionality!

zackargyle avatar Jan 25 '18 22:01 zackargyle