Crate transient_hashmap

Source
Expand description

HashMap with entries living for limited period of time.

Structs§

StandardTimer
Standard time provider returning current time.
TransientHashMap
HashMap with entries that will be garbage collected (pruned) after not being used for specified time.

Traits§

Timer
Time provider.