Docs.rs
nym-nonexhaustive-delayqueue-1.20.4
nym-nonexhaustive-delayqueue 1.20.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
github:nymtech:core
mfahampshire
Dependencies
tokio-stream ^0.1.17
normal
tokio ^1.47
normal
tokio-util ^0.7.15
normal
wasmtimer ^0.4.1
normal
Versions
11.11%
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
Crate nym_nonexhaustive_delayqueue
nym_
nonexhaustive_
delayqueue
1.20.4
All Items
Crate Items
Structs
Type Aliases
Crate
nym_
nonexhaustive_
delayqueue
Copy item path
Source
Structs
§
Expired
An entry in
DelayQueue
that has expired and been removed.
NonExhaustive
Delay
Queue
A variant of tokio’s
DelayQueue
, such that its
Stream
implementation will never return a ‘None’.
Type Aliases
§
Queue
Key