Skip to content

Commit 13dbebc

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 2142621 commit 13dbebc

File tree

8 files changed

+1410
-46
lines changed

8 files changed

+1410
-46
lines changed

reference/execution/execution.html

Lines changed: 14 additions & 14 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-04-04T07:45:27">
192-
2025年04月04日 07時45分27秒
191+
<span itemprop="datePublished" content="2025-04-12T16:08:34">
192+
2025年04月12日 16時08分34秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -374,7 +374,7 @@ <h3>Scheduler</h3>
374374
</tr>
375375
</tbody>
376376
</table>
377-
<h3>Reciever</h3>
377+
<h3>Receiver</h3>
378378
<table border="1" bordercolor="#888" style="border-collapse:collapse">
379379
<thead>
380380
<tr>
@@ -386,12 +386,12 @@ <h3>Reciever</h3>
386386
<tbody>
387387
<tr>
388388
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/receiver.md.nolink">execution::receiver</span></code></td>
389-
<td>Reciever (concept)</td>
389+
<td>Receiver (concept)</td>
390390
<td>C++26</td>
391391
</tr>
392392
<tr>
393393
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/receiver_of.md.nolink">execution::receiver_of</span></code></td>
394-
<td>完了ハンドラ指定Reciever (concept)</td>
394+
<td>完了ハンドラ指定Receiver (concept)</td>
395395
<td>C++26</td>
396396
</tr>
397397
<tr>
@@ -449,18 +449,18 @@ <h3>Sender</h3>
449449
<td>C++26</td>
450450
</tr>
451451
<tr>
452-
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/sender.md.nolink">execution::sender</span></code></td>
453-
<td>Sender (concept)</td>
452+
<td><code><a href="execution/sender.html">execution::sender</a></code></td>
453+
<td>Sender型 (concept)</td>
454454
<td>C++26</td>
455455
</tr>
456456
<tr>
457-
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/sender_in.md.nolink">execution::sender_in</span></code></td>
458-
<td>環境に対応するSender (concept)</td>
457+
<td><code><a href="execution/sender_in.html">execution::sender_in</a></code></td>
458+
<td>指定環境で有効なSender (concept)</td>
459459
<td>C++26</td>
460460
</tr>
461461
<tr>
462-
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/sender_to.md.nolink">execution::sender_to</span></code></td>
463-
<td>Recieverに対応するSender (concept)</td>
462+
<td><code><a href="execution/sender_to.html">execution::sender_to</a></code></td>
463+
<td>指定Receiverに接続可能なSender (concept)</td>
464464
<td>C++26</td>
465465
</tr>
466466
<tr>
@@ -510,7 +510,7 @@ <h3>Sender</h3>
510510
</tr>
511511
<tr>
512512
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/connect.md.nolink">execution::connect</span></code></td>
513-
<td>SenderとRecieverを接続 (customization point object)</td>
513+
<td>SenderとReceiverを接続 (customization point object)</td>
514514
<td>C++26</td>
515515
</tr>
516516
<tr>
@@ -547,7 +547,7 @@ <h3>Senderファクトリ</h3>
547547
</tr>
548548
<tr>
549549
<td><code><span href="https://cpprefjp.github.io/reference/execution/execution/read_env.md.nolink">execution::read_env</span></code></td>
550-
<td>Reciever環境から構築されるSender (customization point object)</td>
550+
<td>Receiver環境から構築されるSender (customization point object)</td>
551551
<td>C++26</td>
552552
</tr>
553553
<tr>
@@ -687,7 +687,7 @@ <h3>Senderコンシューマ</h3>
687687
</tbody>
688688
</table>
689689
<p>Senderコンシューマは名前空間 <code>std::this_thread</code> で定義される。</p>
690-
<h3>Sender/Recieverユーティリティ</h3>
690+
<h3>Sender/Receiverユーティリティ</h3>
691691
<table border="1" bordercolor="#888" style="border-collapse:collapse">
692692
<thead>
693693
<tr>

reference/execution/execution/sender.html

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

reference/execution/execution/sender_in.html

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

reference/execution/execution/sender_to.html

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

0 commit comments

Comments
 (0)