We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b869294 commit faf4609Copy full SHA for faf4609
docs/ch20-02-multithreaded.html
@@ -1097,7 +1097,7 @@ <h4 id="チャンネル経由でスレッドにリクエストを送信する"><
1097
Here is the plan:
1098
-->
1099
<p>第16章でこのユースケースにぴったりであろう<em>チャンネル</em>(2スレッド間コミュニケーションをとる単純な方法)について学びました。
1100
-チャンネルを仕事のキューとして機能させ、<code>execute</code>は<code>ThreadPool</code>から<code>Worker</code>インスタンスに仕事を送り、
+チャンネルをキューの仕事として機能させ、<code>execute</code>は<code>ThreadPool</code>から<code>Worker</code>インスタンスに仕事を送り、
1101
これが仕事をスレッドに送信します。こちらが計画です:</p>
1102
<!--
1103
1. The `ThreadPool` will create a channel and hold on to the sending side of
0 commit comments