1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 17:07:01 +02:00

refactor edfault cpu pool

This commit is contained in:
Nikolay Kim
2018-06-18 04:56:18 +06:00
parent a5bbc455c0
commit ef15646bd7
5 changed files with 32 additions and 28 deletions

View File

@@ -15,7 +15,7 @@ mod h1writer;
mod h2;
mod h2writer;
pub(crate) mod helpers;
mod settings;
pub(crate) mod settings;
pub(crate) mod shared;
mod srv;
pub(crate) mod utils;