Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async / await support - the function based implementation #66

Closed
engelant opened this issue Aug 7, 2020 · 1 comment
Closed

async / await support - the function based implementation #66

engelant opened this issue Aug 7, 2020 · 1 comment

Comments

@engelant
Copy link

engelant commented Aug 7, 2020

I just think the support of async/await can be divided into two steps:

1. First implement async/await with library functions;
2. Implement related syntactic sugar.

We should open a new issue.

Originally posted by @skiars in https://github.com/Skiars/berry/issues/65#issuecomment-669629602

@engelant engelant changed the title I just think the support of async/await can be divided into two steps: async / await support - the function based implementation Aug 7, 2020
@skiars
Copy link
Member

skiars commented Aug 10, 2020

Good. Recently I am trying js asynchronous operation, I think this will give some inspiration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants