Refactored and documented threadpool.rs

This commit is contained in:
Yiyao Yu 2021-04-18 11:08:18 -04:00
commit 5e7d6da4ec
2 changed files with 36 additions and 6 deletions

View file

@ -1,6 +1,7 @@
pub mod sysinfo;
pub mod threadpool;
mod sysinfo;
use std::sync::{Arc, RwLock, RwLockReadGuard, RwLockWriteGuard};
pub struct Capture<T> {