Docs.rs
ntex-net-2.7.0
ntex-net 2.7.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
libc ^0.2.164
normal
log ^0.4
normal
ntex-bytes ^0.1
normal
ntex-compio ^0.4.0
normal
optional
ntex-http ^0.1
normal
ntex-io ^2.13
normal
ntex-neon ^0.1.32
normal
optional
ntex-rt ^0.4.32
normal
ntex-service ^3.5
normal
ntex-tokio ^0.5.3
normal
optional
ntex-util ^2.12
normal
slab ^0.4.9
normal
optional
socket2 ^0.5.6
normal
optional
thiserror ^2
normal
ntex ^2
dev
oneshot ^0.1
dev
Versions
95.45%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
ntex_
net
2.7.0
Modules
connect
Structs
Io
Functions
from_tcp_stream
from_unix_stream
spawn
spawn_blocking
tcp_connect
tcp_connect_in
unix_connect
unix_connect_in
ntex_net
Function
spawn
Copy item path
Settings
Help
Summary
Source
pub fn spawn<F>(_: F) ->
JoinHandle
<<F as
Future
>::
Output
>
where F:
Future
+ 'static,