redux-async-queue
redux-async-queue copied to clipboard
How to tell if the queue is empty
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.
Not currently. I can see that being useful if you'd like to look at adding that functionality!