tj / co-parallel

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

dont wait for all to return #1

Closed tj closed 10 years ago

tj commented 10 years ago

need to queue, might as well use batch

jonathanong commented 10 years ago

https://github.com/cojs/parchan does this shit now, but it could use a better name. you can push tasks in one coroutine and pull the results in another.

tj commented 10 years ago

closed by #3