signals ref
parent
0d9020d3bf
commit
9133ce5de7
|
|
@ -1,4 +1,3 @@
|
||||||
use super::structs::CustomError;
|
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use tokio::io;
|
use tokio::io;
|
||||||
use tokio::sync::mpsc;
|
use tokio::sync::mpsc;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// cpu load, ram/rom load and net activity
|
// cpu load, ram/rom load and net activity
|
||||||
|
|
||||||
// use std::sync::Mutex;
|
// use std::sync::Mutex;
|
||||||
use std::{collections::BTreeMap, net, sync::Arc};
|
use std::{collections::BTreeMap, sync::Arc};
|
||||||
use crate::options::structs::{ProcessState, TrackingProcess};
|
use crate::options::structs::{ProcessState, TrackingProcess};
|
||||||
use sysinfo::{System, Disks as DisksList, Networks};
|
use sysinfo::{System, Disks as DisksList, Networks};
|
||||||
use crate::options::structs::Dependencies;
|
use crate::options::structs::Dependencies;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue