-
-
Notifications
You must be signed in to change notification settings - Fork 236
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
Promise support in expressions #276
Comments
Was able to resolve the issue by modifying Expression class, i am not sure if i am correct (yields and generators are new concepts that i am not familiar with). Anyway, this is my slightly modified version of the class:
|
This feature need substantial effort (I tried this too), essentially will change all expression evaluation to async. Also prone to performance issues. Will leave this issue open to see how many people want this. Feel free to LIKE this. |
Hi,
This library support promises in context, however, this support seems to be missing when evaluating an expression
The text was updated successfully, but these errors were encountered: