Skip to content

added a write-up of creating a simple sender#285

Open
dietmarkuehl wants to merge 4 commits into
mainfrom
doc-create-a-sender
Open

added a write-up of creating a simple sender#285
dietmarkuehl wants to merge 4 commits into
mainfrom
doc-create-a-sender

Conversation

@dietmarkuehl

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings July 6, 2026 23:27
@dietmarkuehl dietmarkuehl requested a review from camio as a code owner July 6, 2026 23:27

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new tutorial/example demonstrating how to implement a custom sender (pop_sender) for an asynchronous_stack, along with a detailed documentation write-up and CMake integration so the example builds with the existing examples suite.

Changes:

  • Added examples/tutorial-create-a-sender.cpp implementing a pop_sender with stop support and a demo main().
  • Registered the new example target in examples/CMakeLists.txt.
  • Added docs/create-a-sender.md explaining sender construction step-by-step using the asynchronous stack example.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 8 comments.

File Description
examples/tutorial-create-a-sender.cpp New example sender implementation + demo program for popping/pushing and stop behavior.
examples/CMakeLists.txt Adds the new tutorial example to the examples build list.
docs/create-a-sender.md New tutorial document explaining the sender/operation-state pattern and stop callbacks.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread examples/tutorial-create-a-sender.cpp
Comment thread examples/tutorial-create-a-sender.cpp Outdated
Comment thread examples/tutorial-create-a-sender.cpp Outdated
Comment thread examples/tutorial-create-a-sender.cpp Outdated
Comment thread docs/create-a-sender.md
Comment thread docs/create-a-sender.md
Comment thread docs/create-a-sender.md Outdated
Comment thread docs/create-a-sender.md Outdated
@coveralls

coveralls commented Jul 7, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 95.062% (+0.004%) from 95.058% — doc-create-a-sender into main

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.

3 participants