mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
aquatic_ws: replace flume with crossbeam-channel
This improved performance in aquatic_http
This commit is contained in:
parent
0d8b6f6cc4
commit
d5de57b45f
5 changed files with 14 additions and 114 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue