Type Alias vector_common::finalizer::UnorderedFinalizer
source · pub type UnorderedFinalizer<T> = FinalizerSet<T, FuturesUnordered<FinalizerFuture<T>>>;
Expand description
The UnorderedFinalizer
framework produces a stream of
acknowledged event batch identifiers from a source in a single
background task in the order that finalization happens on the
event batches, using FinalizerSet
.
Aliased Type§
struct UnorderedFinalizer<T> { /* private fields */ }