https://pantsbuild.org/ logo
b

bored-art-40741

09/21/2015, 7:46 PM
Copy code
res = SubprocPool.foreground().map_async(f, items)
      while not res.ready():
        res.wait(60)  # Repeatedly wait for up to a minute.
        if not res.ready():
          self.log.debug('subproc_map result still not ready...')
2 Views