Revision 4026
Added by Aaron Marcuse-Kubitza over 12 years ago
parallelproc.py | ||
---|---|---|
108 | 108 |
return self |
109 | 109 |
|
110 | 110 |
def main_loop(self): |
111 |
'''Prime the task queue with at least one task before calling this'''
|
|
111 |
'''Prime the task queue with at least one task before calling this''' |
|
112 | 112 |
while True: |
113 | 113 |
try: call = self.queue.get(timeout=0.1) # sec |
114 | 114 |
except Queue.Empty: |
Also available in: Unified diff
Removed trailing whitespace on non-empty lines