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