Commit Graph
1 Commits
Author SHA1 Message Date
Jeremy Martin b4e23276fd Adding suspend, a generator-based control flow library.
Suspend is a generator-based control-flow for Node that is designed to play nice with callbacks, promises, and thunks.  It's available on npm as [suspend](https://www.npmjs.org/package/suspend), and the code is available on [GitHub](https://github.com/jmar777/suspend).
2014-09-12 11:50:11 -04:00