Expand description
Utilities used in the protocol implementation
Structsยง
- A hash map where entries expire after a time
- A
BinaryHeap
with entries sorted by [Instant
]. Allows to process expired items.
Utilities used in the protocol implementation
BinaryHeap
with entries sorted by [Instant
]. Allows to process expired items.