Make the Originator
a global rather than passing it through arguments
#586
Labels
Originator
a global rather than passing it through arguments
#586
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 theUiComm
. Currently, having the originator as an argument makes this move difficult because we can't easily get the originator over to theUiComm
(we could potentially askR_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
The text was updated successfully, but these errors were encountered: