pub type BufferTag = u64;
Expand description
A type alias for the version tag of a buffer.
Each buffer in the multi-buffering structure is associated with a BufferTag
(type alias for u64
), which tracks the version or state of the buffer.
This tag helps consumers determine if a buffer contains updated or stale data.