Companion for Taskmanager: Remove clean_shutdown (#4336)

* Companion for Taskmanager: Remove `clean_shutdown`

https://github.com/paritytech/substrate/pull/10314

* Update Substrate

* Remove warning
This commit is contained in:
Bastian Köcher
2021-11-19 22:23:35 +01:00
committed by GitHub
parent e0af286dac
commit be7dedd20c
4 changed files with 187 additions and 198 deletions
@@ -52,7 +52,4 @@ async fn ensure_test_service_build_blocks() {
_ = t3 => panic!("service Bob failed"),
}
}
alice.task_manager.clean_shutdown().await;
bob.task_manager.clean_shutdown().await;
}