vector_common::finalizer

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