aquatic_http: split into mio and glommio modules

This commit is contained in:
Joakim Frostegård 2021-10-26 15:26:06 +02:00
parent 40eff52f1c
commit ad7e464788
12 changed files with 196 additions and 153 deletions

3
Cargo.lock generated
View file

@ -91,8 +91,11 @@ dependencies = [
"aquatic_cli_helpers",
"aquatic_common",
"aquatic_http_protocol",
"cfg-if",
"crossbeam-channel",
"either",
"futures-lite",
"glommio",
"hashbrown 0.11.2",
"histogram",
"indexmap",