We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We include the entire async module, and require it in the client, just to use async.parallel in fetcher:
async
async.parallel
fetcher
https://github.com/airbnb/rendr/blob/master/shared/fetcher.js#L185
Find/write a tiny module that just provides the parallel method.
parallel
The text was updated successfully, but these errors were encountered:
Btw, is there reason for using old version of async (0.1.22 vs 0.2.9)?
0.1.22
0.2.9
Sorry, something went wrong.
Nope, no reason. It doesn't actually look like 0.2.x has breaking changes; just new methods:
https://twitter.com/indexzero/status/419285490844450816
On Friday, January 3, 2014, Alex Indigo wrote:
Btw, is there reason for using old version of async (`0.1.22' vs '0.2.9')? — Reply to this email directly or view it on GitHubhttps://github.com//issues/36#issuecomment-31560539 .
Btw, is there reason for using old version of async (`0.1.22' vs '0.2.9')?
— Reply to this email directly or view it on GitHubhttps://github.com//issues/36#issuecomment-31560539 .
Spike Brehm Software Engineer www.airbnb.com
San Francisco, CA, USA C: (602) 828-2358 See how Airbnb works https://www.airbnb.com/info/how_it_works
I see, thanx.
Also at https://github.com/airbnb/rendr/blob/e304391d29d36255800693c2140a4c4ffafa8559/shared/base/view.js#L477 .
No branches or pull requests
We include the entire
async
module, and require it in the client, just to useasync.parallel
infetcher
:https://github.com/airbnb/rendr/blob/master/shared/fetcher.js#L185
Find/write a tiny module that just provides the
parallel
method.The text was updated successfully, but these errors were encountered: