7 ms·
Async await is a glorious fucking event loop which obscures the primitive, crude simplicity to something unrecognizable which most developers think does somethi
by strideashort 5d ago
Async await is a glorious fucking event loop which obscures the primitive, crude simplicity to something unrecognizable which most developers think does something it absolutely doesn't.
it could be sth along the lines of:
on(x=foo()){
//land here when x is computed
}
catch{
//sth got wrong with foo
}
Visual basic was superior to async/await crap. Not even joking.