Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide TraceAgent::trace_box_unstable to expose the inner trace #404

Merged

Conversation

antiguru
Copy link
Member

@antiguru antiguru commented Aug 1, 2023

This method exposes the trace agent's trace, which requires the caller to maintain the invariants expected by Differential. Specifically, the caller should not mutate the structure, and should not hold on to strong references. The method is not part of Differential's (semi-) stable API.

This method exposes the trace agent's trace, which requires the caller to
maintain the invariants expected by Differential. Specifically, the caller
should not mutate the structure, and should not hold on to strong
references. The method is not part of Differential's (semi-) stable API.

Signed-off-by: Moritz Hoffmann <[email protected]>
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 great, and sorry for the delays!

@frankmcsherry frankmcsherry merged commit 2b9ac68 into TimelyDataflow:master Aug 1, 2023
1 check passed
@antiguru antiguru deleted the trace_agent_weak_trace branch December 20, 2023 19:05
This was referenced 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