Module vector::expiring_hash_map
source · Expand description
Expiring Hash Map and related types. See ExpiringHashMap
.
Structs§
- A
HashMap
that maintains deadlines for the keys via a [DelayQueue
].
Type Aliases§
- An expired item, holding the value and the key with an expiration information.