Co. A tool that simplifies how Node.js programs handle tasks that take time to complete.

github.com/tj/co

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2016
  • Add nodejs stable and LTS versions to travis tests (#300)
June 2016
  • Merge pull request #268 from saadq/patch-1
  • Merge pull request #279 from fkling/patch-1
  • async/await is not part of ES7
May 2016
  • Merge pull request #273 from ericelliott/patch-1
  • Update platform compat.
April 2016
  • Add newline for consistency
February 2016
  • Merge pull request #259 from tuvistavie/master
January 2016
  • Avoid warning when using bluebird as Promise implementation.
  • Merge pull request #255 from cookfront/master
December 2015
  • add missing quote
September 2015
  • Merge pull request #225 from gaye/publish-browser-build-to-npm
August 2015
  • Merge pull request #238 from TakayukiSakai/master
  • Fixed typo in some test codes
July 2015
  • 4.6.0
  • add arguments.js test case for #fac76c5
  • support passing rest of args into generator via co(gen, ...args)
  • history: add 4.6.0
May 2015
  • publish co-browser.js to npm
  • 4.5.4