Hacker News new | ask | show | jobs
by tcfhgj 58 days ago
> But if you have a couple of 1ms io ops that you want to get done asap, it's better to get them done asap.

and async prevents this how?

1 comments

my statement was in response to "fs.readSync shouldn't exist". that is how.
if it didn't exist, the async version would still exist, which you could use to get it done asap
stop