Skip to content

Commit

Permalink
deploy: 08bc647
Browse files Browse the repository at this point in the history
  • Loading branch information
CYBAI committed Dec 19, 2023
1 parent b3a794b commit 652a61d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ch20-02-multithreaded.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h4 id="透過編譯器驅動開發建立-threadpool"><a class="header" href="#
<p><span class="filename">檔案名稱:src/lib.rs</span></p>
<pre><code class="language-rust noplayground">pub struct ThreadPool;
</code></pre>
<p>然後編輯 <em>main.ts</em> 檔案將 <code>ThreadPool</code> 從函式庫 crate 引入作用域,請將以下程式碼寫入 <em>src/main.rs</em> 最上方:</p>
<p>然後編輯 <em>main.rs</em> 檔案將 <code>ThreadPool</code> 從函式庫 crate 引入作用域,請將以下程式碼寫入 <em>src/main.rs</em> 最上方:</p>
<p><span class="filename">檔案名稱:src/main.rs</span></p>
<pre><code class="language-rust ignore">use hello::ThreadPool;
<span class="boring">use std::{
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -17169,7 +17169,7 @@ <h4 id="透過編譯器驅動開發建立-threadpool"><a class="header" href="#
<p><span class="filename">檔案名稱:src/lib.rs</span></p>
<pre><code class="language-rust noplayground">pub struct ThreadPool;
</code></pre>
<p>然後編輯 <em>main.ts</em> 檔案將 <code>ThreadPool</code> 從函式庫 crate 引入作用域,請將以下程式碼寫入 <em>src/main.rs</em> 最上方:</p>
<p>然後編輯 <em>main.rs</em> 檔案將 <code>ThreadPool</code> 從函式庫 crate 引入作用域,請將以下程式碼寫入 <em>src/main.rs</em> 最上方:</p>
<p><span class="filename">檔案名稱:src/main.rs</span></p>
<pre><code class="language-rust ignore">use hello::ThreadPool;
<span class="boring">use std::{
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 652a61d

Please sign in to comment.