mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Add Arbiter::get_value() helper method (#541)
This commit is contained in:
parent
0d3f1293c9
commit
eb4ec4b3e1
4 changed files with 28 additions and 4 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue