Expand description
Utilities used in the protocol implementation
Structsยง
- Time
Bound Cache - A hash map where entries expire after a time
- Timer
Map - A
BinaryHeapwith 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.