You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is pretty trivial and can easily be done with setTimeout but it would be so nice and clean, if an optional interval parameter can be sent for the series methods. Just a thought :)
The text was updated successfully, but these errors were encountered:
Yeah, it is pretty simple with setTimeout, also a bit niche. There are talks of similar ideas in #1020 and #943. I think there's some demand for some sort of throttled-queue-style behavior, but I think it would best exist as a standalone module outside of Async. You're welcome to implement your own seriesInterval function -- seems like an interesting little project.
I know this is pretty trivial and can easily be done with setTimeout but it would be so nice and clean, if an optional interval parameter can be sent for the series methods. Just a thought :)
The text was updated successfully, but these errors were encountered: