Docs.rs
ntex-net-3.5.0
ntex-net 3.5.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fafhrd91
Dependencies
bitflags ^2
normal
cfg-if ^1.0.0
normal
compio-buf ^0.7
normal
optional
compio-driver ^0.10
normal
optional
compio-io ^0.8
normal
optional
compio-net ^0.10
normal
optional
compio-runtime ^0.10
normal
optional
libc ^0.2.164
normal
log ^0.4
normal
ntex-bytes ^1
normal
ntex-http ^1
normal
ntex-io ^3.3.1
normal
ntex-rt ^3.4
normal
ntex-service ^4
normal
ntex-util ^3
normal
ntex-polling ^3.10.0
normal
scoped-tls ^1.0.1
normal
slab ^0.4.9
normal
socket2 ^0.6.1
normal
thiserror ^2
normal
tokio ^1
normal
optional
ntex ^3.0.0-pre.9
dev
ntex-rt ^3.4
dev
ntex-server ^3.4
dev
oneshot ^0.1
dev
ntex-io-uring ^0.7.120
normal
Versions
75%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module polling
ntex_
net
3.5.0
Module polling
Module Items
Structs
Enums
Traits
In crate ntex_
net
ntex_net
Module
polling
Copy item path
Source
Structs
§
Driver
Low-level driver of polling.
Driver
Api
Event
Indicates that a file descriptor or socket can read or write without blocking.
Enums
§
Poll
Mode
The mode in which the poller waits for I/O events.
Traits
§
Handler