evhub / evhub/coconut

Add `map_using` to `starmap` and add more `.using_processes`/`.using_threads` methods

Open
#808 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.