tj / co-parallel

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

Support non-array thunk collections #7

Closed jed closed 10 years ago

jed commented 10 years ago

This adds support for arbitrary thunk collections, such as objects.

tj commented 10 years ago

didn't realize I have no tests haha. We'd probably want to add recursion support too since Co's object stuff is recursive

jed commented 10 years ago

yeah, i agree that it should be recursive. is there a lib that pulls these things out for co?