fix series() to run in sequence#4
Merged
developit merged 3 commits intodevelopit:masterfrom Feb 10, 2017
haltcase:patch-1
Merged
fix series() to run in sequence#4developit merged 3 commits intodevelopit:masterfrom haltcase:patch-1
series() to run in sequence#4developit merged 3 commits intodevelopit:masterfrom
haltcase:patch-1
Conversation
series() to run in sequenceseries() to run in sequence
Contributor
Author
|
Fixed it. This basically uses the solution mentioned by @TuckerWhitehouse but with a couple improvements:
|
series() to run in sequenceseries() to run in sequence
Contributor
Author
|
@developit, you may not have had time to review but I'm just checking in - let me know if you have any thoughts on this. |
Owner
|
Apologies, I've been busy this week but I reviewed and it looks good. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3
I'm not able to build or run tests since I'm on Windows (separate discussion - consider using cross-platform npm scripts eventually?) so you'll want to confirm. I did run a quick test script of my own though, which was this:
You'll see the numbers 1-5 logged with about a second between each and then
'done' [1, 2, 3, 4, 5].