Update lib.rs

pull/891/head
qwer252 1 month ago committed by GitHub
parent d4f9f1aa12
commit ead81e11f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@ impl ThreadPool {
let mut threads = Vec::with_capacity(size); let mut threads = Vec::with_capacity(size);
for _ in 0..size { for _ in 0..size {
// create some threads and store them in the vector // 创建一些线程并将它们存入 vector 中。
} }
ThreadPool { threads } ThreadPool { threads }

Loading…
Cancel
Save