Searched refs:imap_unordered_async (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/python/tbb/ |
| H A D | test.py | 117 assert list(pool.imap_unordered_async(return42, iter([])).get()) == [] 163 result = pool.imap_unordered_async(timeout_work, range(10, 3, -1), callback=cb) 182 result = pool.imap_unordered_async(work, range(2, -10, -1), callback=cb)
|
| H A D | pool.py | 187 def imap_unordered_async(self, func, iterable, chunksize=None, member in Pool
|