Skip to content

docs(tcp_server): reference set_workers, not the constructor, in start()#320

Merged
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:pr/302-tcp-start-doc
Jul 17, 2026
Merged

docs(tcp_server): reference set_workers, not the constructor, in start()#320
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:pr/302-tcp-start-doc

Conversation

@mvandeberg

Copy link
Copy Markdown
Contributor

The start() precondition told users to provide workers "to the constructor", but the tcp_server constructor takes only ctx and ex; workers are installed via set_workers(). Align the docstring with the actual API, matching every other doc location.

…t() (cppalliance#302)

The start() precondition told users to provide workers "to the
constructor", but the tcp_server constructor takes only ctx and ex;
workers are installed via set_workers(). Align the docstring with the
actual API, matching every other doc location.
@github-project-automation github-project-automation Bot moved this to Backlog in Beast2 Jul 17, 2026
@mvandeberg
mvandeberg merged commit 6967ac5 into cppalliance:develop Jul 17, 2026
41 of 42 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Beast2 Jul 17, 2026
@cppalliance-bot

Copy link
Copy Markdown

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

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

2026-07-17 16:01:59 UTC

@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.79%. Comparing base (e06fca6) to head (e54e018).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #320   +/-   ##
========================================
  Coverage    77.79%   77.79%           
========================================
  Files           96       96           
  Lines         6985     6985           
  Branches      1682     1682           
========================================
  Hits          5434     5434           
  Misses        1055     1055           
  Partials       496      496           
Files with missing lines Coverage Δ
include/boost/corosio/tcp_server.hpp 80.86% <ø> (ø)

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 e06fca6...e54e018. Read the comment docs.

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

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

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants