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

Update ConcurrentExecutor.java to use cached thread pool #460

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

ascopes
Copy link
Owner

@ascopes ascopes commented Nov 12, 2024

Cached thread pools will use as many threads as needed and are suitable for short lived IO-bound operations that are performed in bulk.

Cached thread pools will use as many threads as needed and are suitable for short lived IO-bound operations that are performed in bulk.
@ascopes ascopes added the general improvements Fixing/updating internal components and code label Nov 12, 2024
@ascopes ascopes added this to the v2.7.x milestone Nov 12, 2024
@ascopes ascopes self-assigned this Nov 12, 2024
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.81%. Comparing base (63cdacb) to head (fb434d8).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #460   +/-   ##
=======================================
  Coverage   86.81%   86.81%           
=======================================
  Files          34       34           
  Lines        1144     1144           
  Branches       82       82           
=======================================
  Hits          993      993           
  Misses        115      115           
  Partials       36       36           
Files with missing lines Coverage Δ
.../protobufmavenplugin/utils/ConcurrentExecutor.java 93.19% <100.00%> (ø)

@ascopes ascopes merged commit 7c0c9d5 into main Nov 12, 2024
13 checks passed
@ascopes ascopes deleted the task/use-cached-thread-pool branch November 12, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
general improvements Fixing/updating internal components and code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant