refactor(render): centralize execution ownership#2158
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
d266322 to
e1a0e21
Compare
a9e5a31 to
8233fbc
Compare
43cf344 to
b4a3e92
Compare
8233fbc to
164a96f
Compare
b4a3e92 to
feb7e4c
Compare
164a96f to
da86e33
Compare
feb7e4c to
7819054
Compare
75ea6e2 to
d60af99
Compare
2fc5605 to
899a76f
Compare
d60af99 to
6fa41a0
Compare
899a76f to
3f3ef16
Compare
3e52184 to
703384e
Compare
3ce2250 to
aa33190
Compare
83eb853 to
46506e3
Compare
aa33190 to
5ea629a
Compare
f4c0202 to
e1c07c4
Compare
64dd81f to
3fd5863
Compare
e1c07c4 to
09358da
Compare
3fd5863 to
ce68bce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Centralize render-scoped cancellation, logging, event publication, and cleanup ownership.
Why
Independent cleanup paths and global logging made failure ordering and resource disposal difficult to reason about.
How
Introduce RenderExecutionContext with immutable request state, disposer stack, scoped logger, ordered publisher, and one outer cleanup path.
Test plan