summaryrefslogtreecommitdiffstats
path: root/src/app/data_collection/processes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/data_collection/processes.rs')
-rw-r--r--src/app/data_collection/processes.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/data_collection/processes.rs b/src/app/data_collection/processes.rs
index e688b560..cb9d4516 100644
--- a/src/app/data_collection/processes.rs
+++ b/src/app/data_collection/processes.rs
@@ -196,6 +196,8 @@ pub async fn get_sorted_processes_list(
}
else if cfg!(target_os = "windows") {
// Windows
+
+ // TODO: DO NOT USE HEIM!
let mut process_stream = heim::process::processes().map_ok(non_linux_cpu_usage).try_buffer_unordered(std::usize::MAX);
let mut process_vector : Vec<ProcessData> = Vec::new();