timely
0.15.1
Module tee
Module Items
Structs
In timely::
dataflow::
channels::
pushers
timely
::
dataflow
::
channels
::
pushers
Module
tee
Copy item path
Source
Expand description
A
Push
implementor with a list of
Box<Push>
to forward pushes to.
Structs
ยง
Tee
Wraps a shared list of
Box<Push>
to forward pushes to. Owned by
Stream
.
TeeHelper
A shared list of
Box<Push>
used to add
Push
implementors.