mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-24 09:20:00 +01:00
Minimize the amount of tasks displayed during the build #1828
This commit is contained in:
parent
6f415aa17a
commit
4417a3c8c1
@ -78,7 +78,8 @@ class Spawner(Utils.threading.Thread):
|
||||
while 1:
|
||||
task = master.ready.get()
|
||||
self.sem.acquire()
|
||||
task.log_display(task.generator.bld)
|
||||
if not master.stop:
|
||||
task.log_display(task.generator.bld)
|
||||
Consumer(self, task)
|
||||
|
||||
class Parallel(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user