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 #121

Closed
lastmjs opened this issue Mar 24, 2022 · 0 comments
Closed

async/await #121

lastmjs opened this issue Mar 24, 2022 · 0 comments
Labels
developer experience Speed, usability, shiny, wow-factor, customization enhancement Improves behavior of existing functionality

Comments

@lastmjs
Copy link
Member

lastmjs commented Mar 24, 2022

Right now we allow the user to perform asynchronous IC API calls with generators. That's good and should work well, but ideally we will allow them to use async/await.

The first steps to enabling this are to help boa implement asynchronous code. Promises, async/await, etc.

This might also solve: #116

Useful information on the problems with asynchronous Rust/JS interop: boa-dev/boa#1923 (comment)

@lastmjs lastmjs mentioned this issue May 26, 2022
2 tasks
@dansteren dansteren added developer experience Speed, usability, shiny, wow-factor, customization enhancement Improves behavior of existing functionality labels Nov 28, 2022
@lastmjs lastmjs closed this as completed Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer experience Speed, usability, shiny, wow-factor, customization enhancement Improves behavior of existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants