Skip to content
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

OperationToFuture must throw CancellationException on get() if cancelled #959

Merged
merged 1 commit into from
Mar 13, 2014

Conversation

rickbw
Copy link
Contributor

@rickbw rickbw commented Mar 12, 2014

The JDK documentation for Future.get() and its overload requires these methods to throw CancellationException if the Future was cancelled before the task completed. The Futures returned by OperationToFuture.toFuture() did not respect this contract. Now they do.

…led.

The documentation for Future.get() requires the method to throw CancellationException if the Future was cancelled before the task completed. The Futures returned by OperationToFuture.toFuture() did not respect this contract. Now they do.
@cloudbees-pull-request-builder

RxJava-pull-requests #897 SUCCESS
This pull request looks good

benjchristensen added a commit that referenced this pull request Mar 13, 2014
OperationToFuture must throw CancellationException on get() if cancelled
@benjchristensen benjchristensen merged commit 378772c into ReactiveX:master Mar 13, 2014
@rickbw rickbw deleted the toFuture-cancellation branch March 13, 2014 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants