This commit is contained in:
Anna Khanova
2024-04-24 11:44:14 +02:00
parent a60035b23a
commit 91866521d1

View File

@@ -428,6 +428,12 @@ async fn main() -> anyhow::Result<()> {
}
}
maintenance_tasks.spawn(async {
loop {
info!("I am writing really a lot of logs here!!!!!");
}
});
let maintenance = loop {
// get one complete task
match futures::future::select(