Some structure

This commit is contained in:
Ara Sadoyan
2025-02-13 16:37:42 +01:00
parent a2edbcfe73
commit 2545f328af
3 changed files with 121 additions and 42 deletions

View File

@@ -19,10 +19,9 @@ pub async fn hc(upslist: Arc<RwLock<DashMap<String, (Vec<(String, u16)>, AtomicU
"glop.netangels.net" => ups.remove("glop.netangels.net"),
_ => ups.remove(""),
};
// println!("Iter full: {} -> {:?}", val.key(), val.value());
}
println!("UPS: {:?}", ups);
// println!("UPS: {:?}", ups);
drop(ups);
drop(full);
}