mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
typo
This commit is contained in:
parent
1baca5fd21
commit
5fe87268be
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user