TimelyDataflow / timely-dataflow

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

Derive Clone for activators #481

Closed antiguru closed 2 years ago

antiguru commented 2 years ago

Derive Clone for structs related to activating Timely operators.

frankmcsherry commented 2 years ago

Looks good, thanks!