Hacker News new | ask | show | jobs
by pdhborges 1422 days ago
I think you are being down voted because a straight port of this code to async would still run one request after the other.

You would have to queue one task for each request in the event loop and then await for them both to gain some parallelism in the I/O section of the code.