pub type EagerBuffer<B> = BlockBuffer<B, Eager>;
Expand description

Eager block buffer.