Skip to content

feat(thread_pool): name worker threads tpool-svc-N#244

Merged
sgerbino merged 1 commit into
cppalliance:developfrom
sgerbino:pr/tpool-name
May 11, 2026
Merged

feat(thread_pool): name worker threads tpool-svc-N#244
sgerbino merged 1 commit into
cppalliance:developfrom
sgerbino:pr/tpool-name

Conversation

@sgerbino
Copy link
Copy Markdown
Collaborator

Sets each worker's thread name via capy::set_current_thread_name so they show up in debuggers and system tools as tpool-svc-1, tpool-svc-2, etc. Format fits Linux's 15-char pthread name limit for indices up to 9999.

Sets each worker's thread name via capy::set_current_thread_name so
they show up in debuggers and system tools as tpool-svc-1, tpool-svc-2,
etc. Format fits Linux's 15-char pthread name limit for indices up to
9999.
@cppalliance-bot
Copy link
Copy Markdown

An automated preview of the documentation is available at https://244.corosio.prtest3.cppalliance.org/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-05-11 17:08:41 UTC

@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.71%. Comparing base (cd19108) to head (39aca61).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #244      +/-   ##
===========================================
- Coverage    77.71%   77.71%   -0.01%     
===========================================
  Files           96       96              
  Lines         7298     7296       -2     
  Branches      1787     1787              
===========================================
- Hits          5672     5670       -2     
  Misses        1108     1108              
  Partials       518      518              
Files with missing lines Coverage Δ
include/boost/corosio/detail/thread_pool.hpp 91.66% <ø> (-0.34%) ⬇️

Continue to review full report in Codecov by Sentry.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cppalliance-bot
Copy link
Copy Markdown

GCOVR code coverage report https://244.corosio.prtest3.cppalliance.org/gcovr/index.html
LCOV code coverage report https://244.corosio.prtest3.cppalliance.org/genhtml/index.html
Coverage Diff Report https://244.corosio.prtest3.cppalliance.org/diff-report/index.html

Build time: 2026-05-11 17:16:08 UTC

@sgerbino sgerbino merged commit 550d2ba into cppalliance:develop May 11, 2026
41 checks passed
@sgerbino sgerbino deleted the pr/tpool-name branch May 11, 2026 17:25
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.

2 participants