• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

steve-downey / callcc / 28718832322
76%

Build:
DEFAULT BRANCH: main
Ran 04 Jul 2026 08:35PM UTC
Jobs 1
Files 7
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jul 2026 08:32PM UTC coverage: 76.404% (-1.6%) from 78.03%
28718832322

push

github

steve-downey
Add value_escape, call_cc_void, call_cc_from, and escape_fn alias

Extend the call_cc API with three new entry points and a value-channel
escape variant:

- value_escape_sender: completes set_value_t(V) instead of set_stopped_t(),
  making escape composable as a when_all child.
- escape.value(v): factory method producing value_escape_sender.
- call_cc_void(f): convenience for monostate early exit (no return value).
- call_cc_from(f): deduces ValueType from a typed escape_fn<V> parameter.
- escape_fn<V>: public alias for the escape factory type.
- stop_forwarder: replaces std::function<void()> in the stop callback,
  eliminating the last potential heap allocation.

Includes six new Catch2 tests and two example programs
(callcc_when_all.cpp, callcc_void_escape.cpp).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

67 of 93 new or added lines in 4 files covered. (72.04%)

272 of 356 relevant lines covered (76.4%)

2.87 hits per line

Uncovered Changes

Lines Coverage ∆ File
14
0.0
src/examples/callcc_void_escape.cpp
12
0.0
src/examples/callcc_when_all.cpp
Jobs
ID Job ID Ran Files Coverage
1 28718832322.1 04 Jul 2026 08:35PM UTC 7
76.4
GitHub Action Run
Source Files on build 28718832322
  • Tree
  • List 7
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28718832322
  • 1a0c20e9 on github
  • Prev Build on main (#28489237329)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc