Type Alias vector_common::finalizer::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 */ }