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

Make the Originator a global rather than passing it through arguments #586

Open
DavisVaughan opened this issue Oct 15, 2024 · 0 comments
Open

Comments

@DavisVaughan
Copy link
Contributor

  • Can automatically be applied to "nested" stdin requests that happen within an execute request

  • Can be applied to stdin requests that happen from call_frontend_method() when we move that method to the UiComm. Currently, having the originator as an argument makes this move difficult because we can't easily get the originator over to the UiComm (we could potentially ask R_MAIN for it, but that's a little gross).

  • We already use a somewhat similar approach when we do IOPub busy/idle through having a "context" for each IOPub message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant