mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Add ContainerCall future (#213)
* Add Container::static_call(), returns future that is suitable for spawning into runtime * Remove unsafe from h1 dispatcher * Make call_nowait public * Update MSRV
This commit is contained in:
parent
50528b11ff
commit
ea14e8f0f4
15 changed files with 267 additions and 176 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/2022/11/03/Rust-1.65.0.html)
|
||||
[](https://blog.rust-lang.org/2022/12/15/Rust-1.66.0.html)
|
||||

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