berry icon indicating copy to clipboard operation
berry copied to clipboard

async / await support - the function based implementation

Open engelant opened this issue 5 years ago • 1 comments

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 avatar Aug 07 '20 16:08 engelant

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

skiars avatar Aug 10 '20 10:08 skiars