surface readable diagnostics from eager algorithms

Open
#921 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
cpp
Domain
backend

Research direction

Start by examining the existing sync_wait implementation and its diagnostics, then locate the eager connect paths for sync_wait_with_variant, ensure_started, start_detached, split, and async_scope::spawn[_future]. Done means each listed consumer surfaces readable diagnostics consistently; the issue does not name specific files or tests.

Written by the indexing model from the issue text.

Description

enhancement P1

This has already been done for sync_wait, but it needs to be done for any sender consumer algorithm that eagerly connect-s the input sender(s). This includes:

  • sync_wait_with_variant
  • ensure_started
  • start_detached
  • split
  • async_scope::spawn[_future]
Dominant language
C++
Stars
2.4k
Forks
270
Avg merge
2d 17h
Merged PRs (30d)
37

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from NVIDIA/stdexec

All issues in NVIDIA/stdexec

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.