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
1030990 to
bb1d745
Compare
333782f to
b108d4f
Compare
bb1d745 to
b5df3de
Compare
b108d4f to
96c989c
Compare
b5df3de to
eebd587
Compare
96c989c to
99bec1e
Compare
eebd587 to
ab5e15b
Compare
99bec1e to
1878b29
Compare
ab5e15b to
e873a3a
Compare
efd1c86 to
b75de2d
Compare
095fba2 to
ece039a
Compare
98358c3 to
cf33ce4
Compare
63b042e to
9793d33
Compare
cf33ce4 to
5686104
Compare
9793d33 to
c4086c0
Compare
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
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