Comment by ldng
Async is not "definitively a need". It's a fad from browser JS where it is actually needed. Async would not have solved your issue, just delayed it until OOM and that would have make debugging it harder. Case in point.
Async is not "definitively a need". It's a fad from browser JS where it is actually needed. Async would not have solved your issue, just delayed it until OOM and that would have make debugging it harder. Case in point.