$ npm install hydro-co
co integration for Hydro
it('works!', function *() { yield sleep(500); yield otherStuff(); yield User.create({ name: 'Bob' }); });
npm install hydro-co
$ make test
MIT License