Registry / utility / ntex-util

ntex-util

JSON →
library3.6.1rscratesunverified

Provides utilities for the ntex web framework, including timers and I/O operations.

# Cargo.toml [dependencies] ntex-util = "3.6.1"
INSTALL
IMPORT
SIG · NTEX-UTIL
N
ntex-util
utilityrustv3.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Timer
use ntex_util::time::timer::Timer;

Creates a timer and sets a one-second timeout.

use ntex_util::time::timer::Timer; let timer = Timer::new(); timer.set_timeout(std::time::Duration::from_secs(1), || println!("Timeout!"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
24
Amazon
1
Resources
ntex-util — cargo add ntex-util · libregistry