udp, ws: auto-enable cpu-pinning feature when running with glommio

This commit is contained in:
Joakim Frostegård 2021-11-11 20:54:40 +01:00
parent 321add8455
commit af8b776937
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ name = "aquatic_udp"
[features]
default = ["with-mio"]
cpu-pinning = ["aquatic_common/cpu-pinning"]
with-glommio = ["glommio", "futures-lite"]
with-glommio = ["cpu-pinning", "glommio", "futures-lite"]
with-mio = ["crossbeam-channel", "histogram", "mio", "socket2"]
[dependencies]