synchronize.js allows You write asynchronous code as if it's synchronous.
Documentation http://alexeypetrushin.github.com/synchronize
Installation npm install synchronize
Contributors:
Other resources:
- Patterns and anti-patterns using synchronize.js
- synchronize-helpers: This module provides helpers for wrapping sync.defer() for synchronize.js
- synchronize-iterate: Native iteration over cursor-like objects with synchronize.js
- synchronize-pool: Concurrent control of fibers on a per-pool basis with synchronize.js
- synchronize-bdd: A small synchronize.js wrapper around the BDD block functions from Mocha and Jasmine
Copyright (c) Alexey Petrushin, http://alex-craft.com, released under the MIT license.