TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.25k stars 273 forks source link

Move OutputHandleCore::cease to more general impl #563

Closed antiguru closed 3 months ago

antiguru commented 3 months ago

Move OutputHandleCore::cease to a more general implementation. This fixes a leftover from the previous implementation that was not aware of container builders.