DEV Community

Comical DERSKEAL
Comical DERSKEAL

Posted on

Async/await?

What if I told you that async/await is just managed multi-threading? Think about it. Thank me later.

Also, Node.js is multi-threaded it just runs your JS code in a single thread. (Except when you 'async', of course)

Don't look at me, they told us it was single-threaded.

Top comments (0)