mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17: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
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
version:
|
||||
- 1.65.0 # MSRV
|
||||
- 1.66.0 # MSRV
|
||||
- stable
|
||||
- nightly
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue