-
Notifications
You must be signed in to change notification settings - Fork 119
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
Is async supported? #160
Comments
|
Yes, in
My code transforms as follows:
However, I still get an error thrown in this function:
|
What version are you translating to with Babel? Can you post the code after Babel processing for the above example? |
This is a different question, but I cannot instrument the following code:
My understanding is that async is not support in Jalangi, because a single J$ object is shared across all scripts and if they randomly do context-switch due to async, then J$ cannot properly track the sid stack, where each sid is assigned to a single script. Is this correct?
The text was updated successfully, but these errors were encountered: