feat(thread_pool): name worker threads tpool-svc-N#244
Conversation
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.
|
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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
GCOVR code coverage report https://244.corosio.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-05-11 17:16:08 UTC |
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.