Home | History | Annotate | Download | only in test

Lines Matching refs:imap_unordered

1153         it = self.pool.imap_unordered(sqr, range(1000))
1156 it = self.pool.imap_unordered(sqr, range(1000), chunksize=53)
1192 self.assertEqual(list(p.imap_unordered(sqr, [])), [])