for result in pool.imap_unordered(Run, [[x] for x in range(0, 12)]):
      # Item 10 will not appear in results due to an internal exception.
      results.add(result)