vector_common::finalizer

Type Alias OrderedFinalizer

source
pub type OrderedFinalizer<T> = FinalizerSet<T, FuturesOrdered<FinalizerFuture<T>>>;
Expand description

The OrderedFinalizer framework produces a stream of acknowledged event batch identifiers from a source in a single background task in the order they are received from the source, using FinalizerSet.

Aliased Typeยง

struct OrderedFinalizer<T> { /* private fields */ }