Skip to content

Make Init() for worker pool implicit.#3703

Open
jaredjenkins wants to merge 1 commit into
masterfrom
jared/simplify-worker-pool
Open

Make Init() for worker pool implicit.#3703
jaredjenkins wants to merge 1 commit into
masterfrom
jared/simplify-worker-pool

Conversation

@jaredjenkins

@jaredjenkins jaredjenkins commented Aug 30, 2021

Copy link
Copy Markdown
Collaborator

Having to call Init is just really awakward. You should be able to call
the factory and expect the worker pool to be started. This is a no-op change for now.

Eventually, we'll make Init a private method.

Having to call Init is just really awakward. You should be able to call
the factory and expect the worker pool to be started.
@codecov

codecov Bot commented Aug 30, 2021

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.7%. Comparing base (504f42f) to head (9cf6728).
⚠️ Report is 425 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #3703     +/-   ##
========================================
- Coverage    56.7%   56.7%   -0.1%     
========================================
  Files         553     553             
  Lines       62705   62705             
========================================
- Hits        35581   35564     -17     
- Misses      23948   23967     +19     
+ Partials     3176    3174      -2     
Flag Coverage Δ
aggregator 61.4% <ø> (ø)
cluster ∅ <ø> (∅)
collector 58.4% <ø> (ø)
dbnode 60.6% <ø> (-0.1%) ⬇️
m3em 46.4% <ø> (ø)
metrics 19.7% <ø> (ø)
msg 74.4% <ø> (+0.1%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 504f42f...9cf6728. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant