Replies: 1 comment
-
This is a common pattern.
Something roughly like:
Here, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In most case, there is only one error catch and chain for the successful operation. But for my case, what I want to do is if the operation success, then I'll return. If it's failed, I'll do another operation. Is it possible and how to express it in PromiseKit?
For example, how to convert this pseudo code to PromiseKit way?
Beta Was this translation helpful? Give feedback.
All reactions