Implement sequence sender algorithms
还没有人认领这个 Issue。
评估
调研方向
首先检查 exec/ 中现有的内容以及 sequence sender API。该 issue 列出了许多未勾选的 sources、sinks、adaptors 和 queries,但没有指定具体的入口点或测试,因此请在实现之前选择一个算法并确定其范围。尚未定义完整 checklist 的 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 anset_error_t(E)orset_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 小时
- 30 天内合并 PR
- 43
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
NVIDIA/stdexec 的其他 Issue
-
inline_scheduler's namespace-scope static_assert fails under nvcc (private nested __sender access) 未关闭
难度 2/5 1-3 小时 新手友好度 65/100
-
难度 2/5 1-3 小时 新手友好度 68/100
-
难度 4/5 3-5 天 新手友好度 45/100
-
难度 4/5 3-5 天 新手友好度 48/100
-
难度 4/5 3-5 天 新手友好度 65/100
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
flutter-webrtc/flutter-webrtc#2206 ·
-
难度 2/5 1-3 小时 新手友好度 70/100
google-ai-edge/LiteRT-LM#3739 ·
-
Component: GLib
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 65/100
brave/brave-browser#59300 ·
-
Mute ydb/tests/functional/dstool/test_canonical_requests.py.Test.test_group_take_snapshot in main 未关闭ai_reviewed
难度 2/5 1-3 小时 新手友好度 70/100
ydb-platform/ydb#53974 · 3 条评论 ·