I\'m trying to find a good pattern to execute a bunch of parallel tasks.
Let me define some task to exemplify. Tasks a, b, c, d, e, f, g execute as
a, b, c, d, e, f, g
yeah, look at flow control module, like step, chain, or flow ~ and i think there is something like that in underscore.js too