We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Target: provide an API that looks like
Try.parallel({ op1() }, { op2() }, { op3() }).fold({ error -> , tuple3Success -> })
The text was updated successfully, but these errors were encountered:
Merge pull request #278 from anstaendig/master
e3256e1
#266: Alias constructors for applicative builders for Try, Eval, IO
Closed by @anstaendig
Sorry, something went wrong.
Adds deprecated bind operators to Effect impls (#266)
e14d5eb
Co-authored-by: Imran Settuba <46971368+i-walker@users.noreply.github.com>
No branches or pull requests
Target: provide an API that looks like
Try.parallel({ op1() }, { op2() }, { op3() }).fold({ error -> , tuple3Success -> })
The text was updated successfully, but these errors were encountered: