mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Restart timer after runtime stop (#154)
* Code coverage * Restart timer after runtime stop
This commit is contained in:
parent
67eb653ef2
commit
4baf42d6d1
8 changed files with 62 additions and 47 deletions
|
@ -6,7 +6,7 @@
|
|||
[](https://github.com/ntex-rs/ntex/actions?query=workflow%3A"CI+(Linux)")
|
||||
[](https://crates.io/crates/ntex)
|
||||
[](https://docs.rs/ntex)
|
||||
[](https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html)
|
||||
[](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html)
|
||||

|
||||
[](https://codecov.io/gh/ntex-rs/ntex)
|
||||
[](https://discord.gg/zBNyhVRz)
|
||||
|
@ -29,13 +29,13 @@ Starting ntex v0.5 async runtime must be selected as a feature. Available option
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
ntex = { version = "0.5", features = ["glommio"] }
|
||||
ntex = { version = "0.6", features = ["glommio"] }
|
||||
```
|
||||
|
||||
## Documentation & community resources
|
||||
|
||||
* [Documentation](https://docs.rs/ntex)
|
||||
* Minimum supported Rust version: 1.57 or later
|
||||
* Minimum supported Rust version: 1.65 or later
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue