mirror of
https://github.com/xythrez/RustMP.git
synced 2025-12-14 04:21:01 +00:00
Added ThreadPoolManager
This commit is contained in:
parent
25e0917fdd
commit
d97b660b4b
3 changed files with 100 additions and 4 deletions
|
|
@ -1,9 +1,8 @@
|
|||
mod sysinfo;
|
||||
pub mod sysinfo;
|
||||
pub mod threadpool;
|
||||
|
||||
use std::sync::{Arc, RwLock, RwLockReadGuard, RwLockWriteGuard};
|
||||
|
||||
pub use sysinfo::SystemObject;
|
||||
|
||||
pub struct Capture<T> {
|
||||
value: Arc<RwLock<T>>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue