mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
use actix-threadpool for blocking calls
This commit is contained in:
parent
4309d9b88c
commit
6e0fe7db2d
3 changed files with 7 additions and 7 deletions
|
@ -70,11 +70,12 @@ actix-codec = "0.1.1"
|
|||
actix-service = "0.3.4"
|
||||
actix-utils = "0.3.4"
|
||||
actix-router = "0.1.0"
|
||||
actix-rt = "0.2.1"
|
||||
actix-rt = "0.2.2"
|
||||
actix-web-codegen = { path="actix-web-codegen" }
|
||||
actix-http = { path = "actix-http", features=["fail"] }
|
||||
actix-server = "0.4.1"
|
||||
actix-server-config = "0.1.0"
|
||||
actix-threadpool = "0.1.0"
|
||||
awc = { path = "awc", optional = true }
|
||||
|
||||
bytes = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue