Module buffer

Module buffer 

Source

Structs§

BufferPool
Lock-free buffer pool for reusing large I/O buffers Uses crossbeam’s SegQueue for lock-free operations
PooledBuffer
A pooled buffer that automatically returns to the pool when dropped