Module util

Module util 

Source
Expand description

Utilities used in the protocol implementation

Structsยง

TimeBoundCache
A hash map where entries expire after a time
TimerMap
A BinaryHeap with entries sorted by [Instant]. Allows to process expired items.