Skip to content

Commit d5c4061

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 6b5bf76 commit d5c4061

File tree

8 files changed

+1403
-97
lines changed

8 files changed

+1403
-97
lines changed

reference/execution/execution.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
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>

reference/execution/execution/bulk.html

Lines changed: 44 additions & 53 deletions
Large diffs are not rendered by default.

reference/execution/execution/bulk_chunked.html

Lines changed: 380 additions & 0 deletions
Large diffs are not rendered by default.

reference/execution/execution/bulk_unchunked.html

Lines changed: 366 additions & 0 deletions
Large diffs are not rendered by default.

rss.xml

Lines changed: 582 additions & 38 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17468,7 +17468,7 @@
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>
@@ -17664,7 +17664,7 @@
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>
@@ -17704,6 +17704,13 @@
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>
@@ -18005,6 +18012,13 @@
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>

static/crsearch/crsearch.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/crsearch/crsearch.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)