signals ref

migrate
prplV 2025-05-29 17:38:39 +03:00
parent 0d9020d3bf
commit 9133ce5de7
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
use super::structs::CustomError;
use std::sync::Arc;
use tokio::io;
use tokio::sync::mpsc;

View File

@ -2,7 +2,7 @@
// cpu load, ram/rom load and net activity
// use std::sync::Mutex;
use std::{collections::BTreeMap, net, sync::Arc};
use std::{collections::BTreeMap, sync::Arc};
use crate::options::structs::{ProcessState, TrackingProcess};
use sysinfo::{System, Disks as DisksList, Networks};
use crate::options::structs::Dependencies;