Storytel / react-redux-spinner

An automatic spinner for react and redux
https://storytel.github.io/react-redux-spinner/
MIT License
81 stars 13 forks source link

Adding action that finishes all pending tasks #16

Closed arturocr closed 6 years ago

arturocr commented 6 years ago

Sometimes you may want to finish all pending tasks with a single action dispatch.

For example an unhandled error that prevents the action end of being triggered which would lead to an infinite task running. So having the option the endAll of them at one would be handy.

noseglid commented 6 years ago

Thank you!

arturocr commented 6 years ago

My pleasure.