aquatic_ws: replace flume with crossbeam-channel

This improved performance in aquatic_http
This commit is contained in:
Joakim Frostegård 2020-07-31 01:47:45 +02:00
parent 0d8b6f6cc4
commit d5de57b45f
5 changed files with 14 additions and 114 deletions

View file

@ -17,8 +17,8 @@ path = "src/bin/main.rs"
anyhow = "1"
aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
aquatic_common = { path = "../aquatic_common" }
crossbeam-channel = "0.4"
either = "1"
flume = "0.7"
hashbrown = { version = "0.8", features = ["serde"] }
indexmap = "1"
log = "0.4"