| ▲ | jandrewrogers 2 hours ago | |
It is an intrinsic tradeoff. With async there is significantly more code complexity with substantially higher performance and scalability. If you don't need the performance and scalability then it is not unreasonable to argue that async isn't worth the engineering effort. | ||