Struct timely::dataflow::channels::pact::Pipeline [] [src]

pub struct Pipeline;

A direct connection

Trait Implementations

impl<T: 'static, D: 'static> ParallelizationContract<T, D> for Pipeline
[src]

Type implementing Push produced by this pact.

Type implementing Pull produced by this pact.

[src]

Alloctes a matched pair of push and pull endpoints implementing the pact.