Skip to content

Commit 27f6953

Browse files
committed
Merge pull request sindresorhus#137 from jmar777/patch-1
Adding suspend, a generator-based control flow library.
2 parents add5500 + b4e2327 commit 27f6953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
226226
- [after-all-results](https://github.com/watson/after-all-results) - Bundle results of async functions calls into one callback with all the results.
227227
- Generators
228228
- [co](https://github.com/visionmedia/co) - The ultimate generator based flow-control goodness.
229+
- [suspend](https://github.com/jmar777/suspend) - Generator-based control flow that plays nice with callbacks, promises, and thunks.
229230
- Promises
230231
- [native-promise-only](https://github.com/getify/native-promise-only) - A polyfill for native ES6 Promises.
231232
- [Bluebird](https://github.com/petkaantonov/bluebird) - A fully featured promise library with focus on innovative features and performance.

0 commit comments

Comments
 (0)