-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to abort the queue #3
Comments
There is currently no way to abort or interrupt the queue. I'd be happy to review a PR if you'd like to add the functionality! I could also provide ideas on how to implement if you'd like like some assistance :) |
👍 |
I am looking to abort queue. My scenario is after when user logout queue should be killed too. |
to implement abort queue can we add some redux state property to monitor. if its becomes invalid then clear queue? something like this: ... in redux-async-queue dequeue() |
@zackargyle forgot this repo. |
@zackargyle thanks for your work.
and can you teach me how to interrupt the queue?
The text was updated successfully, but these errors were encountered: