Example #1
0
 def run(self):
     while True:
         monitor_stat(self.queue.get())
Example #2
0
 def run(self):
     while True:
         monitor_stat(self.queue.get())
Example #3
0
 def run(self):
     while True:
         #            data = self.queue.get()
         #            print data
         monitor_stat(self.queue.get())
Example #4
0
    def run(self):
        while True:
#            data = self.queue.get()
#            print data
            monitor_stat(self.queue.get())