Module expiring_hash_map

Source
Expand description

Expiring Hash Map and related types. See ExpiringHashMap.

Structs§

ExpiringHashMap
A HashMap that maintains deadlines for the keys via a [DelayQueue].

Type Aliases§

ExpiredItem
An expired item, holding the value and the key with an expiration information.