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

Fix to future cancellation #1267

Closed

Commits on May 27, 2014

  1. 2 new tests for OperatorToObservableFuture

    1) Creating an Observable from an already-cancelled Future should emit nothing (equivalent to Observable.never())
       (it currently emits onError(CancellationException)
    2) Creating an Observable from a Future then unsubscribeing immediately before Future.get()
       unblocks should be an Observable.never().  This test already passes.
    mattrjacobs committed May 27, 2014
    Configuration menu
    Copy the full SHA
    5f3a820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f61083 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2014

  1. Configuration menu
    Copy the full SHA
    272d8ca View commit details
    Browse the repository at this point in the history