Type Alias timely::dataflow::channels::pushers::buffer::AutoflushSession

source ·
pub type AutoflushSession<'a, T, D, P> = AutoflushSessionCore<'a, T, Vec<D>, P>;
Expand description

Auto-flush session specialized to vector-based containers.

Aliased Type§

struct AutoflushSession<'a, T, D, P> { /* private fields */ }