STOP USING ASYNC/AWAIT IMMEDIATELY

STOP USING ASYNC/AWAIT IMMEDIATELY

Attached: 1640827502345.png (800x790, 567.9K)

Yeah I don't like it but its needed for JavaScript cause it's single threaded and such.
I mean you might still need it for multithreaded programming languages but not as much.
That's what got me window shopping for backend alternatives

no

no

Attached: 1639421176742.png (225x225, 71.34K)

why?

You shouldn't use it for any language other than javascript.

So you are against maximizing bandwidth?
Gotcha

It's certainly better than callback hell. If javascript was a sane language, the scripts would run in a different thread and you could perform everything synchronously.

Attached: 1645204813804.jpg (600x600, 60.96K)

So I should keep using it in javascript then?

Good morning sir. Java don't have async await. It is the needful for you sir

You don't have a choice with javascript.

Well javascript has callback hell,rust/ C#/java is overkill, go is a broken turd, the other languages are too slow..
So I guess that leaves either php or perl.

Ok I will keep using Task to multithread.

Are there any tutorials on how to do that?

stop using js in general niggers

Well if that other user is right and you can multithread it, there'd be little reason to use anything else really.

Miho is so cute

Attached: file.png (225x350, 107.33K)

C++ has async/await. Now seethe.

>IMMEDIATELY
Sorry I can't right now, but I promise I will.

Attached: 1655474007734.png (600x600, 268.04K)

I actually found it pretty useful in Python, despite the implementation being a bit janky.

What were you using it for?