Skip to content

Commit

Permalink
util: add shrink_to_fit and compact methods to DelayQueue (#4170)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-naber authored Jan 9, 2022
1 parent ac2343d commit c800dea
Show file tree
Hide file tree
Showing 5 changed files with 503 additions and 39 deletions.
2 changes: 1 addition & 1 deletion tokio-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ futures-io = { version = "0.3.0", optional = true }
futures-util = { version = "0.3.0", optional = true }
log = "0.4"
pin-project-lite = "0.2.0"
slab = { version = "0.4.1", optional = true } # Backs `DelayQueue`
slab = { version = "0.4.4", optional = true } # Backs `DelayQueue`

[dev-dependencies]
tokio = { version = "1.0.0", path = "../tokio", features = ["full"] }
Expand Down
Loading

0 comments on commit c800dea

Please sign in to comment.