this post was submitted on 28 Jan 2024
25 points (96.3% liked)

Programmer Humor

32175 readers
314 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] masterspace@lemmy.ca 0 points 8 months ago* (last edited 8 months ago) (1 children)

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.

[โ€“] MantisWaffle@lemmy.world -1 points 8 months ago

Threads are callbacks.