timely::dataflow::channels::pact

Type Alias Exchange

Source
pub type Exchange<D, F> = ExchangeCore<CapacityContainerBuilder<Vec<D>>, F>;
Expand description

ExchangeCore specialized to vector-based containers.

Aliased Typeยง

struct Exchange<D, F> { /* private fields */ }