Skip to content

Conversation

antiguru
Copy link
Member

Add the shared function to streams, turning the contents of the stream
into Rc of the container. Downstream operators will see the same copy
of the data and the Rc takes care of cleaning up the shared reference.

Signed-off-by: Moritz Hoffmann [email protected]

@antiguru antiguru requested a review from frankmcsherry July 15, 2022 12:46
@antiguru
Copy link
Member Author

I guess tests depend on #472 to pass!

Copy link
Member

@frankmcsherry frankmcsherry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good also!

Add the `shared` function to streams, turning the contents of the stream
into `Rc` of the container. Downstream operators will see the same copy
of the data and the `Rc` takes care of cleaning up the shared reference.

Signed-off-by: Moritz Hoffmann <[email protected]>
@frankmcsherry frankmcsherry merged commit ee65cdc into TimelyDataflow:master Jul 15, 2022
@antiguru antiguru deleted the rc_container branch July 15, 2022 14:38
@github-actions github-actions bot mentioned this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants