Skip to main content

Module hold_table

Module hold_table 

Source
Expand description

HoldTable - slot-named value buffer for Hold.Stash / Hold.Flush syscalls.

bounded by max-distinct-slot-names with a drop counter, so a producer that mints arbitrary slot names cannot grow the table unbounded. When the table is at capacity and an attempt to stash a fresh slot name arrives, the new entry is dropped and the drop counter ticks. Existing slots’ values can always be overwritten (stash on an existing key never evicts).

Structs§

HoldTable
Named-slot value buffer with bounded distinct-slot count.