-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Control flow to try/error if result got? #687
Comments
Interesting, it's kind of like |
yes :) in fact, I am using |
+1 |
After further thought -- is this any different from |
I think |
Yeah 👍 I'd like this. |
Hi ... I love async!! and use a lot of it, especially, I love compose.
Thank you for the great module!! However, I cannot find a control flow to try/error the callback, is there any control flow function can do the following thing?
That said, I have
fn1
,fn2
,fn3
, all of them will callback an error or result, iffn1
get the result, then the control flow end, or continue tofn2
, thenfn3
. For example, it might look like:The text was updated successfully, but these errors were encountered: