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

steve-downey / callcc / 27394312370
78%

Build:
DEFAULT BRANCH: main
Ran 12 Jun 2026 04:24AM UTC
Jobs 1
Files 8
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

12 Jun 2026 04:02AM UTC coverage: 84.615%. First build
27394312370

push

github

steve-downey
Add callCC usage examples and document call_cc in the README

Add three runnable examples under src/examples/ demonstrating classic uses of
call-with-current-continuation on this sender-based call_cc:
  - callcc_early_return: invoking the escape discards the rest of the pipeline
  - callcc_exception:    let_error handler escapes with a recovery value
                         (exception-style non-local exit; success path flows through)
  - callcc_deep_escape:  escape from the innermost of nested let_value levels,
                         bypassing every intervening continuation

Rework the README to lead with what callCC is, what it is used for, what this
implementation provides (drain-then-complete safety, derived completion
signatures, exception-safe start, zero heap allocation) and its limits (one-shot
escape; escape lives on the stopped channel so a bare escape is not a when_all
child; explicit ValueType; cooperative cancellation), then describe the examples.

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

0 of 54 new or added lines in 3 files covered. (0.0%)

385 of 455 relevant lines covered (84.62%)

2.8 hits per line

Uncovered Changes

Lines Coverage ∆ File
22
0.0
src/examples/callcc_deep_escape.cpp
16
0.0
src/examples/callcc_early_return.cpp
16
0.0
src/examples/callcc_exception.cpp
Jobs
ID Job ID Ran Files Coverage
1 27394312370.1 12 Jun 2026 04:24AM UTC 8
84.62
GitHub Action Run
Source Files on build 27394312370
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27394312370
  • 1150ced3 on github
  • Next Build on main (#27395813858)
  • 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