Skip to content

Commit 12afaa0

Browse files
authored
Refactor uring feature (#518)
1 parent db16b71 commit 12afaa0

32 files changed

+125
-3001
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ members = [
88
"ntex-http",
99
"ntex-router",
1010
"ntex-rt",
11-
"ntex-neon",
1211
"ntex-net",
1312
"ntex-server",
1413
"ntex-service",
@@ -33,7 +32,6 @@ ntex = { path = "ntex" }
3332
ntex-bytes = { path = "ntex-bytes" }
3433
ntex-codec = { path = "ntex-codec" }
3534
ntex-io = { path = "ntex-io" }
36-
ntex-neon = { path = "ntex-neon" }
3735
ntex-net = { path = "ntex-net" }
3836
ntex-http = { path = "ntex-http" }
3937
ntex-router = { path = "ntex-router" }
@@ -47,6 +45,8 @@ ntex-util = { path = "ntex-util" }
4745
ntex-compio = { path = "ntex-compio" }
4846
ntex-tokio = { path = "ntex-tokio" }
4947

48+
ntex-neon = { git = "https://github.com/ntex-rs/neon.git" }
49+
5050
[workspace.dependencies]
5151
async-task = "4.5.0"
5252
bitflags = "2"

ntex-neon/Cargo.toml

-81
This file was deleted.

ntex-neon/src/driver/asyncify.rs

-128
This file was deleted.

ntex-neon/src/driver/driver_type.rs

-108
This file was deleted.

0 commit comments

Comments
 (0)