We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc92bd commit 5e3780eCopy full SHA for 5e3780e
bindings/jupyroot/python/JupyROOT/helpers/handlers.py
@@ -77,6 +77,7 @@ def GetStreamsDicts(self):
77
class Poller(Thread):
78
def __init__(self):
79
Thread.__init__(self, group=None, target=None, name="JupyROOT Poller Thread")
80
+ self.daemon = True
81
self.poll = True
82
self.is_running = False
83
self.queue = queue.Queue()
0 commit comments