Module futures_intrusive::buffer
source · Expand description
Buffer types
Structs
An array-backed Ring Buffer
A Ring Buffer which stores all items on the heap.
A Ring Buffer which stores all items on the heap but grows dynamically.
Buffer types