Docs.rs
ntex-util-2.13.0
ntex-util 2.13.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fafhrd91
Dependencies
bitflags ^2
normal
futures-core ^0.3
normal
futures-timer ^3.0
normal
fxhash ^0.2.1
normal
log ^0.4
normal
ntex-bytes ^0.1
normal
ntex-rt ^0.4
normal
ntex-service ^3.4
normal
pin-project-lite ^0.2
normal
slab ^0.4.9
normal
thiserror ^2
normal
futures-util ^0.3.29
dev
ntex ^2
dev
ntex-macros ^0.1.3
dev
Versions
60.23%
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_
util
2.13.0
Module task
Module Items
Structs
Functions
In crate ntex_
util
ntex_util
Module
task
Copy item path
Source
Expand description
A synchronization primitive for task wakeup.
Structs
§
Local
Waker
A synchronization primitive for task wakeup.
Functions
§
yield_
to
Yields execution back to the current runtime.