What is the difference between pool.imap_unordered() and pool.apply_async()?
pool.imap_unordered()
pool.apply_async()
When pool.imap_unordered() is preferred over