예제 #1
0
 def dummy_cycle(self, master, n, content):
     for i in range(n):
         self.cycle(master, content)
     master.shutdown()
예제 #2
0
 def dummy_cycle(self, master, n, content):
     for i in range(n):
         self.cycle(master, content)
     master.shutdown()