1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
This commit is contained in:
Rob Ede 2023-01-09 15:31:47 +00:00 committed by GitHub
parent 1baca5fd21
commit 5fe87268be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ async fn main() -> anyhow::Result<()> {
// signal cache sweep task to stop running
cache_sweep_cancel.cancel();
// wait for the cache sweep job to exit it's loop gracefully
// wait for the cache sweep job to exit its loop gracefully
cache_sweep_handle.await.unwrap();
log::info!("application successfully shut down gracefully");