Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Async/await


sort by: page size:

Async/await

Async/await?

possibly async/await

Promises are the backbone of async/await.

what are the issues with async/await?

Why not async/await ? :D

async/await is powered by promises

async/await is built on generators and promises.

any existing async/await code.

Can everyone just please use async/await whenever possible?

Thank you!


What's wrong with the async/await syntax?

What about this can't be done with async/await?

async/await is built on generators.

Try await/async in F#.

async/await

I see async/await as the only way to write asynchronous code that's readable


I never used async/await as I'm more comfortable with promises so yeah, I thought the first code was correct.

async/await is clearer to me after reading this article though.


This is how async/await is implemented. I think 'await' is almost just a synonym for yield. I didn't invent that part. I just made a faster, better encapsulated, promise free version.

What's wrong with async/await?

... you mean like async / await?
next

Legal | privacy