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
04cdfef to
e2b7c9d
Compare
8ed5d2d to
a659ef4
Compare
8c537d2 to
77f7246
Compare
a659ef4 to
5f053c9
Compare
77f7246 to
c65c003
Compare
5f053c9 to
bb0d3c2
Compare
c65c003 to
d6188b9
Compare
bb0d3c2 to
d961f3a
Compare
d9d5892 to
82a2f69
Compare
70a22dc to
5f10ce8
Compare
82a2f69 to
ebdc7d4
Compare
9160e18 to
d266322
Compare
ebdc7d4 to
b53c113
Compare
d266322 to
e1a0e21
Compare
a9e5a31 to
8233fbc
Compare
43cf344 to
b4a3e92
Compare
8233fbc to
164a96f
Compare
b4a3e92 to
feb7e4c
Compare
164a96f to
da86e33
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