-
Notifications
You must be signed in to change notification settings - Fork 40
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
Support async return #58
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Ruihang Xia <[email protected]>
609d94c
to
8ba7b02
Compare
Interesting. What if user wants |
Signed-off-by: Ruihang Xia <[email protected]>
Sorry for the late reply :P For |
How about:
The rule is simple. And it matches all cases without depending on the appearance of any keywords in the expression. One drawback is it moves await ahead, which is opposite to the syntax of |
It is a good point to make the rules simple by not following the formal grammar. Wondering what others think. |
Speaking of |
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Signed-off-by: Ruihang Xia <[email protected]>
Support for defining fail points with async blocks. E.g.: