def run(self):
log.debug('[ Start PrintThread ]')
# GetInfoThread?GetCancelThread, GetNewsThread?????????
while active_count() >= 3:
time.sleep(1)
else:
while True:
try:
t = self.queue.get(block=False, timeout=None)
except Exception:
# ????????????
log.debug('[ End PrintThread ]\n')
break
print t
评论列表
文章目录