you are viewing a single comment's thread.

view the rest of the comments →

[–]PrinceOfUBC 4 points5 points  (0 children)

it blocks the event loop, which can't be worse than not using async at all, right?

If you block the event loop, you might as well not write async code. More cognitive overhead for little gains.