Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Implement sequence sender algorithms

オープン
#943 コメント 0 件 リアクション 2 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
cpp
領域
tooling

調査の方向性

まず、exec/ の既存の内容と sequence sender API を確認します。この issue には未チェックの sources、sinks、adaptors、queries が多数列挙されていますが、具体的なエントリーポイントやテストは示されていないため、実装前に 1 つのアルゴリズムを選択して範囲を定めてください。チェックリスト全体についての Done は定義されていません。

索引モデルが issue の本文から書いたものです。

説明

Here is a list of sequence sender algorithms and types that could be included into exec/

Types

  • any_sequence_of

Sinks

  • ignore_all(sequence) -> sender
    Returns a sender that completes when the input sequence completes. If an element of the sequence completes with an set_error_t(E) or set_stopped_t() a stop request will be issued and the signal will be forwarded.
  • first_value(sequence) -> sender
  • last_value(sequence) -> sender
  • reduce

Sources

  • empty_sequence() -> sequence
  • sender -> sequence
  • repeat(sender) -> sequence
  • generate_each(fn) -> sequence
  • iterate(range) -> sequence

Adaptors

  • merge_all(sequences, ...) -> sequence, merge_all_sequence(sequence) -> sequence
  • filter_each(sequence, predicate) -> sequence
  • take_while(sequence, predicate) -> sequence
  • transform_each(sequence, adaptor) -> sequence
  • zip(sequences, ...) -> sequence
  • scan

Queries

  • capacity (?)
  • parallelism (?)
主要言語
C++
スター
2.4k
フォーク
270
平均マージ
2日 16時間
マージ済み PR(30日)
43

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

NVIDIA/stdexec のほかの issue

NVIDIA/stdexec の issue をすべて見る

似ている issue

C++ の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。