multi interrupt ok
This commit is contained in:
@@ -45,7 +45,7 @@ class Manager(threading.Thread):
|
||||
def __init__(self, outq):
|
||||
threading.Thread.__init__(self)
|
||||
self.outq = outq
|
||||
inq = queue.Queue(maxsize=1)
|
||||
inq = queue.Queue()
|
||||
def catcher(sig, frame):
|
||||
inq.put(None)
|
||||
self.inq = inq
|
||||
|
||||
Reference in New Issue
Block a user