tj / co-parallel

Execute thunks in parallel with concurrency support
109 stars 9 forks source link

Add support for non-array objects #6

Closed jed closed 10 years ago

jed commented 10 years ago

It would be great if this followed the co API and allowed parallelism of objects other than arrays. I could tee up a PR if you think this is reasonable.

tj commented 10 years ago

SGTM!

juliangruber commented 10 years ago

yes please :)

jed commented 10 years ago

Handled by #7.