Parallel. Run multiple tasks at the same time without waiting for each one to finish.

github.com/tj/co-parallel

Vaya's read on this project

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

Updates

March 2014
  • Release 1.0.0
  • fix weird conditional
  • refactor with co-thread
  • refactor example
  • Merge pull request #3 from dead-horse/really-concurrency
  • support real concurrency
January 2014
  • fix require in example
  • docs
  • Initial commit