Implemented more graceful shutdown
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 7m27s

This commit is contained in:
2025-04-20 00:11:40 +02:00
parent 49fd6d8a3a
commit 7851d6bb12
9 changed files with 184 additions and 52 deletions

View File

@@ -1,5 +1,6 @@
#![feature(let_chains)]
#![feature(iter_intersperse)]
#![feature(future_join)]
mod helper;
mod io;
pub mod ldap;