Skip to content

docs(cancellation): correct Corosio backend cancellation claims#330

Merged
sgerbino merged 1 commit into
cppalliance:developfrom
sgerbino:pr/doc-pass-ii
Jun 21, 2026
Merged

docs(cancellation): correct Corosio backend cancellation claims#330
sgerbino merged 1 commit into
cppalliance:developfrom
sgerbino:pr/doc-pass-ii

Conversation

@sgerbino

Copy link
Copy Markdown
Collaborator

The OS Integration section listed only IOCP and io_uring and presented io_uring as the Linux mechanism. Corosio's default backend selection is IOCP > epoll > kqueue > select; io_uring is opt-in, so Linux defaults to epoll, not io_uring.

Describe cancellation by backend class instead: completion-based backends (IOCP, io_uring when enabled) cancel in the kernel, while readiness-based backends (epoll, kqueue, select) remove the pending operation from the reactor before its syscall runs. State the reported error, std::errc::operation_canceled, and drop the fragile per-syscall names.

The OS Integration section listed only IOCP and io_uring and presented
io_uring as the Linux mechanism. Corosio's default backend selection is
IOCP > epoll > kqueue > select; io_uring is opt-in, so Linux defaults to
epoll, not io_uring.

Describe cancellation by backend class instead: completion-based backends
(IOCP, io_uring when enabled) cancel in the kernel, while readiness-based
backends (epoll, kqueue, select) remove the pending operation from the
reactor before its syscall runs. State the reported error,
std::errc::operation_canceled, and drop the fragile per-syscall names.
@cppalliance-bot

Copy link
Copy Markdown

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

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

2026-06-21 15:48:08 UTC

@codecov

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.07%. Comparing base (4c551c0) to head (9cc0a41).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #330   +/-   ##
========================================
  Coverage    98.07%   98.07%           
========================================
  Files          164      164           
  Lines         8774     8774           
========================================
  Hits          8605     8605           
  Misses         169      169           
Flag Coverage Δ
linux 98.17% <ø> (ø)

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 4c551c0...9cc0a41. 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://330.capy.prtest3.cppalliance.org/gcovr/index.html
LCOV code coverage report https://330.capy.prtest3.cppalliance.org/genhtml/index.html
Coverage Diff Report https://330.capy.prtest3.cppalliance.org/diff-report/index.html

Build time: 2026-06-21 16:01:55 UTC

@sgerbino sgerbino merged commit 9144290 into cppalliance:develop Jun 21, 2026
39 checks passed
@sgerbino sgerbino deleted the pr/doc-pass-ii branch June 21, 2026 16:03
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