Skip to content

Commit eaaad8f

Browse files
committed
ci: generate pages at aef21f9 [ci skip]
1 parent aef21f9 commit eaaad8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/ch20-02-multithreaded.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ <h4 id="threadpoolからスレッドにコードを送信する責任を負うwo
930930
execution. We’ll also give each worker an `id` so we can distinguish between
931931
the different workers in the pool when logging or debugging.
932932
-->
933-
<p>スレッドプールに<code>JoinHanlde&lt;()&gt;</code>インスタンスのベクタを格納する代わりに、<code>Worker</code>構造体のインスタンスを格納します。
933+
<p>スレッドプールに<code>JoinHandle&lt;()&gt;</code>インスタンスのベクタを格納する代わりに、<code>Worker</code>構造体のインスタンスを格納します。
934934
<code>Worker</code>が単独の<code>JoinHandle&lt;()&gt;</code>インスタンスを格納します。そして、<code>Worker</code>に実行するコードのクロージャを取り、
935935
既に走っているスレッドに実行してもらうために送信するメソッドを実装します。ログを取ったり、デバッグする際にプールの異なるワーカーを区別できるように、
936936
各ワーカーに<code>id</code>も付与します。</p>

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41215,7 +41215,7 @@ <h4 id="threadpoolからスレッドにコードを送信する責任を負うwo
4121541215
execution. We’ll also give each worker an `id` so we can distinguish between
4121641216
the different workers in the pool when logging or debugging.
4121741217
-->
41218-
<p>スレッドプールに<code>JoinHanlde&lt;()&gt;</code>インスタンスのベクタを格納する代わりに、<code>Worker</code>構造体のインスタンスを格納します。
41218+
<p>スレッドプールに<code>JoinHandle&lt;()&gt;</code>インスタンスのベクタを格納する代わりに、<code>Worker</code>構造体のインスタンスを格納します。
4121941219
各<code>Worker</code>が単独の<code>JoinHandle&lt;()&gt;</code>インスタンスを格納します。そして、<code>Worker</code>に実行するコードのクロージャを取り、
4122041220
既に走っているスレッドに実行してもらうために送信するメソッドを実装します。ログを取ったり、デバッグする際にプールの異なるワーカーを区別できるように、
4122141221
各ワーカーに<code>id</code>も付与します。</p>

docs/searchindex.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.

docs/searchindex.json

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

0 commit comments

Comments
 (0)