Searched refs:calculatestar (Results 1 – 1 of 1) sorted by relevance
24 def calculatestar(args): function69 imap_it = pool.imap(calculatestar, TASKS)70 imap_unordered_it = pool.imap_unordered(calculatestar, TASKS)88 for x in pool.map(calculatestar, TASKS):202 it = pool.imap(calculatestar, TASKS)