mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-27 03:49:03 +02:00
refactor connection counter (#343)
* Remove restart_worker test * Remove Slab * Rework counter * Make counter limit switch accurate * Remove backpressure. Add pause state * make changes for review * fix doc comment for counter
This commit is contained in:
@ -28,7 +28,6 @@ futures-core = { version = "0.3.7", default-features = false, features = ["alloc
|
||||
log = "0.4"
|
||||
mio = { version = "0.7.6", features = ["os-poll", "net"] }
|
||||
num_cpus = "1.13"
|
||||
slab = "0.4"
|
||||
tokio = { version = "1.2", features = ["sync"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
Reference in New Issue
Block a user