TimelyDataflow / timely-dataflow

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

Add reborrow functions to Container #568

Open antiguru opened 3 months ago

antiguru commented 3 months ago

Add reborrow and reborrow_ref functions to Container to shorten the lifetime of the GATs.

antiguru commented 3 months ago

Turns out this might actually not be needed for what I had in mind. Might still be useful, tho?