Maven (famous) to Programmer [email protected] • 1 year agoSTOP DOING ASYNClemmy.worldimagemessage-square63fedilinkarrow-up1717arrow-down139
arrow-up1678arrow-down1imageSTOP DOING ASYNClemmy.worldMaven (famous) to Programmer [email protected] • 1 year agomessage-square63fedilink
minus-square@[email protected]linkfedilinkEnglish1•edit-21 year agoNo, because async is fundamentally a paradigm for how to express asynchronous programming, i.e. situations where you need to wait for something else to happen, threading is not an alternative to that, callbacks are.
No, because async is fundamentally a paradigm for how to express asynchronous programming, i.e. situations where you need to wait for something else to happen, threading is not an alternative to that, callbacks are.
Threads are callbacks.