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

Parallel flowable support #155

Merged
merged 9 commits into from
Jan 7, 2018

Commits on Dec 31, 2017

  1. Configuration menu
    Copy the full SHA
    fa77790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdaaa89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f922553 View commit details
    Browse the repository at this point in the history
  4. Add Kotlin tests

    VisheshVadhera committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    4b3e414 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2018

  1. Configuration menu
    Copy the full SHA
    6815058 View commit details
    Browse the repository at this point in the history
  2. Fix checkStyle errors

    VisheshVadhera committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    3b79764 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Fix nitpicks

    VisheshVadhera committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    3ece703 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Validate subscribers and replace to() with as()

    Summary: Added the missing check in subscribe method which checks if parallelism == subscribers.count(). Also replaced ParallelFlowableScoper with AutoDisposeParallelFlowableConverter.
    VisheshVadhera committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    0df33c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e22cbc View commit details
    Browse the repository at this point in the history