Skip to content

Commit

Permalink
a touch more realistic
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil authored May 2, 2020
1 parent 67daea0 commit d6b9417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ If you're using Node >= v7.9, you're in luck. With `await`, flow control works

Sorry to hear that... Once again, `await` solves all of these problems too. It's the biggest boon to JavaScript development since Node.js was released.

But don't worry- this section's for you. Since Node.js is asynchronous, when using Node < v7.9, seemingly-tricky flow control problems often arise in practical, userland code. Fortunately, they're easy to solve when equipped with the proper tools and strategies.
But don't worry- this section's for you. Since Node.js is asynchronous, when using Node < v7.9, seemingly-tricky flow control problems often arise in practical, userland code. Fortunately, they're solveable when equipped with the proper tools and strategies.

> Most of the examples below use simple Node callbacks, but note that many similar affordances are available for promise-chaining -- for example, check out `.toPromise()` ([below](#toPromise)) and `Promise.all()` (in bluebird, or native in ES6, etc.). The concepts are more or less the same regardless.
>
Expand Down

0 comments on commit d6b9417

Please sign in to comment.