this post was submitted on 28 Jan 2024
675 points (94.8% liked)

Programmer Humor

32070 readers
478 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
[–] hubobes@sh.itjust.works 82 points 7 months ago (1 children)

If you are waiting for IO, why would you block your current thread and not let it do something else? Async does not only exist in JS.