671
STOP DOING ASYNC (lemmy.world)
submitted 5 months ago by Maven@lemmy.world to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] Rinox@feddit.it 15 points 5 months ago

Ok, I'm a c# developer and I use async await quite extensively. Is it different in JS? Or am I missing something?

[-] dvlsg@lemmy.world 16 points 5 months ago

Nah, they're very similar, really. You generally kick IO heavy stuff you don't need immediately off to async await.

There are a few more applications of it in C# since you don't have the "single thread" to work with like in JS. And the actual implementation under the hood is different, sure. But conceptually they're similar. Pretty sure JS was heavily influenced by C#'s implementation and syntax.

this post was submitted on 28 Jan 2024
671 points (94.7% liked)

Programmer Humor

31251 readers
1066 users here now

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

Rules:

founded 4 years ago
MODERATORS