-
Notifications
You must be signed in to change notification settings - Fork 4
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
Thenable::none #36
Labels
Comments
Quick workaround would be to wrap each task into a subtree with a |
@bergie added some simple specs. |
bergie
added a commit
that referenced
this issue
May 18, 2015
bergie
added a commit
that referenced
this issue
May 18, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would be the opposite of
Thenable::all
in that it rejects if any of the items fulfill and succeeds if any item rejects.The text was updated successfully, but these errors were encountered: