|
|
|
|
|
by kaba0
998 days ago
|
|
I’m not really sure that it is all that subjective — plain old serial, blocking code is objectively easier to reason about than “jumping around” code. It’s a different question that async-await may have a few very specialist use-cases, that is not readily available in the preemptive model. |
|
This is precisely why await was introduced in the first place. Promise and callback code was impossible to reason about.