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