1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 17:27:42 +02:00

move threadpool to separate crate

This commit is contained in:
Nikolay Kim
2019-03-28 03:56:52 -07:00
parent 16856c7d3f
commit 7c5afc09a6
7 changed files with 47 additions and 12 deletions

View File

@ -22,6 +22,7 @@ members = [
"actix-server",
"actix-server-config",
"actix-test-server",
"actix-threadpool",
"actix-utils",
"router",
]