Add map_using
to starmap
and add more .using_processes
/.using_threads
methods
#808
Labels
map_using
to starmap
and add more .using_processes
/.using_threads
methods
#808
Should add a
map_using
keyword argument tostarmap
and use it to addstarmap.using_processes
andstarmap.using_threads
.We should also probably set
and make sure all of these properties are supported in the type stub.
We can also potentially add
.using_async
for these as well.The text was updated successfully, but these errors were encountered: