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ยง
pub struct UnorderedFinalizer<T> { /* private fields */ }