Skip to content

Commit faf4609

Browse files
committed
ci: generate pages at b869294 [ci skip]
1 parent b869294 commit faf4609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ch20-02-multithreaded.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ <h4 id="チャンネル経由でスレッドにリクエストを送信する"><
10971097
Here is the plan:
10981098
-->
10991099
<p>第16章でこのユースケースにぴったりであろう<em>チャンネル</em>(2スレッド間コミュニケーションをとる単純な方法)について学びました。
1100-
チャンネルを仕事のキューとして機能させ<code>execute</code><code>ThreadPool</code>から<code>Worker</code>インスタンスに仕事を送り、
1100+
チャンネルをキューの仕事として機能させ<code>execute</code><code>ThreadPool</code>から<code>Worker</code>インスタンスに仕事を送り、
11011101
これが仕事をスレッドに送信します。こちらが計画です:</p>
11021102
<!--
11031103
1. The `ThreadPool` will create a channel and hold on to the sending side of

0 commit comments

Comments
 (0)