hunter/main: fix parallelize processing

This commit is contained in:
Astro 2023-01-22 22:35:50 +01:00
parent e9b67abfad
commit 026aa58050
1 changed files with 4 additions and 0 deletions

View File

@ -52,5 +52,9 @@ async fn main() {
cave::systemd::watchdog();
});
futures::future::ready(())
}).await;
panic!("End")
}