Add `map_using` to `starmap` and add more `.using_processes`/`.using_threads` methods
Open
feature
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Should add a `map_using` keyword argument to `starmap` and use it to add `starmap.using_processes` and `starmap.using_threads`.
We should also probably set
```
map.using_processes = process_map
map.using_threads = thread_map
```
and make sure all of these properties are supported in the type stub.
We can also potentially add `.using_async` for these as well.
Contributor guide
Assessment
This issue has not been assessed yet.