Add Arbiter::get_value() helper method (#541)

This commit is contained in:
Nikolay Kim 2025-03-26 14:40:05 +01:00 committed by GitHub
parent 0d3f1293c9
commit eb4ec4b3e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 28 additions and 4 deletions

View file

@ -40,7 +40,7 @@ ntex-util = "2.5"
ntex-tokio = { version = "0.5.3", optional = true }
ntex-compio = { version = "0.2.4", optional = true }
ntex-neon = { version = "0.1.10", optional = true }
ntex-neon = { version = "0.1.11", optional = true }
bitflags = { workspace = true }
cfg-if = { workspace = true }