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

Simplify SliceExecutor and QueueSizeBasedExecutor #12285

Merged
merged 3 commits into from
May 11, 2023

Commits on May 10, 2023

  1. Simplify SliceExecutor and QueueSizeBasedExecutor

    The only behaviour that QueueSizeBasedExecutor overrides from SliceExecutor is when to execute on the caller thread. There is no need to override the whole invokeAll method for that. Instead, this commit introduces a shouldExecuteOnCallerThread method that can be overridden.
    javanna committed May 10, 2023
    Configuration menu
    Copy the full SHA
    8305995 View commit details
    Browse the repository at this point in the history
  2. comment

    javanna committed May 10, 2023
    Configuration menu
    Copy the full SHA
    968c8ac View commit details
    Browse the repository at this point in the history
  3. spotless

    javanna committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6440798 View commit details
    Browse the repository at this point in the history