24 previousHandler =
None
30 threading.Thread.__init__(self)
63 print(
"Thread loop will now end.")
67 threading.Thread.start(self)
73 threading.Thread.start(self)
88 class ThreadViewer(ThreadInterruptibleLoop):
90 ThreadInterruptibleLoop.__init__(self)
115 def __add__(self, x):
120 return [go, stop, next, n]