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 a8cba46 commit 4d3b1fbCopy full SHA for 4d3b1fb
1 file changed
distributed/_concurrent_futures_thread.py
@@ -227,6 +227,7 @@ def weakref_cb(_, q=self._work_queue):
227
self._initargs,
228
),
229
)
230
+ t.daemon = True
231
t.start()
232
self._threads.add(t)
233
_threads_queues[t] = self._work_queue
0 commit comments