Restart timer after runtime stop (#154)

* Code coverage
* Restart timer after runtime stop
This commit is contained in:
Nikolay Kim 2022-12-28 17:42:54 +06:00 committed by GitHub
parent 67eb653ef2
commit 4baf42d6d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 62 additions and 47 deletions

View file

@ -1,7 +1,7 @@
//! See [`Service`] docs for information on this crate's foundational trait.
#![deny(rust_2018_idioms, warnings)]
// #![allow(clippy::type_complexity)]
#![allow(clippy::type_complexity)]
use std::future::Future;
use std::rc::Rc;