Comment by tcfhgj
2 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?
2 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?
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