Hacker News new | ask | show | jobs
by ufo 4855 days ago
My favourite example of this is loops. Its very annoying to put an async call inside the loop since you need to rewrite the loop as a recursive function.
1 comments

https://github.com/caolan/async

Once I started using the async library, all of these problems everyone is illustrating basically disappeared.