611
Hexed by async (fed.dyne.org)
you are viewing a single comment's thread
view the rest of the comments
[-] Luvon@beehaw.org 4 points 2 years ago

Await is usually there either because the performance doesn’t matter and the legibility is much higher with it, and/or because there are a series of asynchronous actions that depend on each other and await lets you write them as if they are sync because related to each other they are.

this post was submitted on 24 Aug 2024
611 points (99.2% liked)

Programmer Humor

43371 readers
1 users here now

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

Rules:

founded 7 years ago
MODERATORS