Checkpoint

This commit is contained in:
Antonio Scandurra 2023-10-22 18:25:24 +02:00
parent db6a3e1783
commit ce75be91e1
9 changed files with 111 additions and 244 deletions

View file

@ -159,7 +159,7 @@ impl Telemetry {
}
let this = self.clone();
cx.spawn(|mut cx| async move {
cx.spawn(|cx| async move {
let mut system = System::new_all();
system.refresh_all();