Skip to content
Snippets Groups Projects
Commit 96111fc6 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

cht is daemonic

parent b4e7de60
No related branches found
No related tags found
Loading
......@@ -31,6 +31,7 @@ class ClusterHandlerThread(threading.Thread):
threading.Thread.__init__(self)
self.cluster = cluster
self.daemon = True # if you don't explicitly wait for me, that means you don't need to
self.is_terminating = False
self.complete_remaining_upon_termination = False
self.order_queue = collections.deque() # queue for inbound orders
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment