timely::dataflow::channels::pushers

Module tee

Source
Expand description

A Push implementor with a list of Box<Push> to forward pushes to.

Structsยง

  • Wraps a shared list of Box<Push> to forward pushes to. Owned by Stream.
  • A shared list of Box<Push> used to add Push implementors.