Hacker News new | ask | show | jobs
by koush 5381 days ago
It exits the function, and resumes it when the callback completes. So other requests can be processed while the async function is (a)waiting.
1 comments

Perfect :).