docs: document delay as asynchronous sleep (#295)#327
Conversation
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.
|
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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #327 +/- ##
========================================
Coverage 98.07% 98.07%
========================================
Files 164 164
Lines 8774 8774
========================================
Hits 8605 8605
Misses 169 169
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
GCOVR code coverage report https://327.capy.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-06-19 18:22:17 UTC |
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