Skip to content

docs: document delay as asynchronous sleep (#295)#327

Merged
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:pr/295-delay-docs
Jun 19, 2026
Merged

docs: document delay as asynchronous sleep (#295)#327
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:pr/295-delay-docs

Conversation

@mvandeberg

Copy link
Copy Markdown
Contributor

Add an "Asynchronous Sleep" section to the concurrent composition page that frames delay as the non-blocking counterpart to sleep_for. Cross-link the custom-IoAwaitable guide to delay_awaitable as a production example of the stop-callback-must-post pattern, and list delay.hpp/timeout.hpp in the page reference table.

Resolves #295

Add an "Asynchronous Sleep" section to the concurrent composition page
that frames delay as the non-blocking counterpart to sleep_for. Cross-link the custom-IoAwaitable guide to delay_awaitable as a production example of the
stop-callback-must-post pattern, and list delay.hpp/timeout.hpp in the
page reference table.
@cppalliance-bot

Copy link
Copy Markdown

An automated preview of the documentation is available at https://327.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-19 18:03:01 UTC

@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #327   +/-   ##
========================================
  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.
see 2 files with indirect coverage changes


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 e18bd71...57418ec. 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://327.capy.prtest3.cppalliance.org/gcovr/index.html
LCOV code coverage report https://327.capy.prtest3.cppalliance.org/genhtml/index.html
Coverage Diff Report https://327.capy.prtest3.cppalliance.org/diff-report/index.html

Build time: 2026-06-19 18:22:17 UTC

@mvandeberg mvandeberg merged commit 1d41c61 into cppalliance:develop Jun 19, 2026
39 checks passed
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.

Asynchronous sleep

2 participants