Maven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoSTOP DOING ASYNClemmy.worldimagemessage-square89linkfedilinkarrow-up1716
arrow-up1716imageSTOP DOING ASYNClemmy.worldMaven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square89linkfedilink
minus-squaremasterspace@lemmy.calinkfedilinkEnglisharrow-up1·edit-22 years 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.