Expand description
The queue storage family: the source header plus a not_before instant that gates when an item
becomes due. Absence is a flag bit, not a sentinel instant, so a due-now item stays due-now.
Structsยง
- Encoded
Queue Row - Encoded
Queue RowBuilder - The write side of the queue family: a buffer whose source header and
not_beforeslot are already reserved, which freezes into anEncodedQueueRowand never into a row of another family.