TimelyDataflow / differential-dataflow

An implementation of differential dataflow using timely dataflow on Rust.
MIT License
2.53k stars 182 forks source link

Name `Handle`'s container type #468

Closed frankmcsherry closed 5 months ago

frankmcsherry commented 5 months ago

With TD updates, Handle now wants to know its container type rather than the elements that would be in a Vec<_> container. For the moment, continue to only handle these containers, but name them as now required.