Пример #1
0
 def run(self):
     while True:
         monitor_stat(self.queue.get())
Пример #2
0
 def run(self):
     while True:
         monitor_stat(self.queue.get())
Пример #3
0
 def run(self):
     while True:
         #            data = self.queue.get()
         #            print data
         monitor_stat(self.queue.get())
Пример #4
0
    def run(self):
        while True:
#            data = self.queue.get()
#            print data
            monitor_stat(self.queue.get())