mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2025-03-14 19:30:29 +08:00
Update Ch20
This commit is contained in:
parent
d1fb1500b0
commit
5480f7e67b
@ -1,4 +1,6 @@
|
||||
#![allow(warnings)]
|
||||
use std::thread;
|
||||
|
||||
pub struct ThreadPool {
|
||||
threads: Vec<thread::JoinHandle<()>>,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user