mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-30 23:08:40 +08:00
Some structure
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user