Skip to content

Commit 4d3b1fb

Browse files
committed
Use daemon threads
1 parent a8cba46 commit 4d3b1fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

distributed/_concurrent_futures_thread.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ def weakref_cb(_, q=self._work_queue):
227227
self._initargs,
228228
),
229229
)
230+
t.daemon = True
230231
t.start()
231232
self._threads.add(t)
232233
_threads_queues[t] = self._work_queue

0 commit comments

Comments
 (0)