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

subscribeOn + groupBy #869

Merged
merged 12 commits into from
Feb 14, 2014

Commits on Feb 12, 2014

  1. Configuration menu
    Copy the full SHA
    dc4ee52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dade7e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5209ab1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'BlockingBufferUntilExperiment' of github.com:akarnokd/R…

    …xJava into subscribeOn-blockingBuffer
    benjchristensen committed Feb 12, 2014
    Configuration menu
    Copy the full SHA
    1f43bc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2014

  1. Configuration menu
    Copy the full SHA
    cb5b5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a394a7d View commit details
    Browse the repository at this point in the history
  3. Hide Buffer/Blocking SubscribeOn Behavior

    - I want to have it for internal usage but am not ready to publicly expose it.
    benjchristensen committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    1cac6fc View commit details
    Browse the repository at this point in the history
  4. Comment on Parallel

    - the previously performed observeOn changes appear to have resolved the non-determinism
    benjchristensen committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    7084cd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43437fe View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2014

  1. Fix Unit Tests related to SubscribeOn

    - timeout test could be interrupted when unsubscribed
    - groupBy.subscribeOn needs blocking buffer
    benjchristensen committed Feb 14, 2014
    Configuration menu
    Copy the full SHA
    54b19be View commit details
    Browse the repository at this point in the history
  2. Add timeout to CoundDownLatch, ignore InterruptException and fix the …

    …test to be consistent with the new subscribeOn
    zsxwing committed Feb 14, 2014
    Configuration menu
    Copy the full SHA
    0000b2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from zsxwing/subscribeOn+groupBy

    Add timeout to CoundDownLatch, ignore InterruptException and fix the tes...
    benjchristensen committed Feb 14, 2014
    Configuration menu
    Copy the full SHA
    6863f57 View commit details
    Browse the repository at this point in the history