Skip to main content

KeyVec

Type Alias KeyVec 

Source
type KeyVec = SmallVec<[KeyBuf; 1]>;
Expand description

Buffers stale watcher keys discovered during notification.

The one-entry inline budget avoids allocation when notification reaps no more than one closed subscription. Larger reap batches spill to the heap.

Aliased Typeยง

struct KeyVec { /* private fields */ }