File tree Expand file tree Collapse file tree 8 files changed +1403
-97
lines changed
Expand file tree Collapse file tree 8 files changed +1403
-97
lines changed Original file line number Diff line number Diff line change 188188
189189 < p class ="text-right "> < small >
190190 最終更新日時(UTC):
191- < span itemprop ="datePublished " content ="2025-08-23T06:06:34 ">
192- 2025年08月23日 06時06分34秒
191+ < span itemprop ="datePublished " content ="2025-08-24T08:32:25 ">
192+ 2025年08月24日 08時32分25秒
193193 </ span >
194194 < br />
195195 < span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
@@ -643,6 +643,16 @@ <h3>Senderアダプタ</h3>
643643< td > C++26</ td >
644644</ tr >
645645< tr >
646+ < td > < code > < a href ="execution/bulk_chunked.html "> execution::bulk_chunked</ a > </ code > </ td >
647+ < td > インデクス空間を分割チャンク単位で指定関数を反復実行 (customization point object)</ td >
648+ < td > C++26</ td >
649+ </ tr >
650+ < tr >
651+ < td > < code > < a href ="execution/bulk_unchunked.html "> execution::bulk_unchunked</ a > </ code > </ td >
652+ < td > インデクス空間の各インデクス単位で指定関数を反復実行 (customization point object)</ td >
653+ < td > C++26</ td >
654+ </ tr >
655+ < tr >
646656< td > < code > < a href ="execution/when_all.html "> execution::when_all</ a > </ code > </ td >
647657< td > 全ての入力Sender完了を待機 (customization point object)</ td >
648658< td > C++26</ td >
@@ -762,6 +772,7 @@ <h2>参照</h2>
762772< li > < a href ="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0024r2.html " target ="_blank "> P0024R2 The Parallelism TS Should be Standardized</ a > </ li >
763773< li > < a href ="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2300r10.html " target ="_blank "> P2300R10 < code > std::execution</ code > </ a > </ li >
764774< li > < a href ="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3284r4.html " target ="_blank "> P3284R4 < code > write_env</ code > and < code > unstoppable</ code > Sender Adaptors</ a > </ li >
775+ < li > < a href ="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3481r5.html " target ="_blank "> P3481R5 < code > std::execution::bulk()</ code > issues</ a > </ li >
765776< li > < a href ="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3557r3.html " target ="_blank "> P3557R3 High-Quality Sender Diagnostics with Constexpr Exceptions</ a > </ li >
766777< li > < a href ="https://open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3570r2.html " target ="_blank "> P3570R2 optional variants in sender/receiver</ a > </ li >
767778< li > < a href ="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3682r0.pdf " target ="_blank "> P3682R0 Remove < code > std::execution::split</ code > </ a > </ li >
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1746817468
1746917469 <url>
1747017470 <loc>https://cpprefjp.github.io/reference/execution/execution.html</loc>
17471- <lastmod>2025-08-23T22:21:15 +09:00</lastmod>
17471+ <lastmod>2025-08-24T17:32:25 +09:00</lastmod>
1747217472 <changefreq>daily</changefreq>
1747317473 <priority>0.7</priority>
1747417474 </url>
1766417664
1766517665 <url>
1766617666 <loc>https://cpprefjp.github.io/reference/execution/execution/bulk.html</loc>
17667- <lastmod>2025-08-20T19:02:36 +09:00</lastmod>
17667+ <lastmod>2025-08-24T17:32:25 +09:00</lastmod>
1766817668 <changefreq>daily</changefreq>
1766917669 <priority>0.6</priority>
1767017670 </url>
1770417704 <priority>0.6</priority>
1770517705 </url>
1770617706
17707+ <url>
17708+ <loc>https://cpprefjp.github.io/reference/execution/execution/bulk_unchunked.html</loc>
17709+ <lastmod>2025-08-24T17:32:25+09:00</lastmod>
17710+ <changefreq>daily</changefreq>
17711+ <priority>0.6</priority>
17712+ </url>
17713+
1770717714 <url>
1770817715 <loc>https://cpprefjp.github.io/reference/execution/execution/when_all_with_variant.html</loc>
1770917716 <lastmod>2025-08-20T19:02:36+09:00</lastmod>
1800518012 <priority>0.6</priority>
1800618013 </url>
1800718014
18015+ <url>
18016+ <loc>https://cpprefjp.github.io/reference/execution/execution/bulk_chunked.html</loc>
18017+ <lastmod>2025-08-24T17:32:25+09:00</lastmod>
18018+ <changefreq>daily</changefreq>
18019+ <priority>0.6</priority>
18020+ </url>
18021+
1800818022 <url>
1800918023 <loc>https://cpprefjp.github.io/reference/execution/execution/set_stopped.html</loc>
1801018024 <lastmod>2025-07-22T23:37:52+09:00</lastmod>
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments