7 ms·
True, one great thing that did come out from it is that the language needs to natively support asynchronous programming with syntactical sugar otherwise you get
by hackit2 2y ago
True, one great thing that did come out from it is that the language needs to natively support asynchronous programming with syntactical sugar otherwise you get an explosion of libraries/frameworks that solve the problem with their own problems. How-ever this is a chicken/egg problem, did everyone really need async or did it come about because the proliferation of frameworks to solve this common pattern?