Skip to content

Commit 3506c52

Browse files
committed
ch20-02の queue of jobs の訳を「キューの仕事」から「仕事のキュー」に修正
1 parent 328b2f9 commit 3506c52

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)