Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
evhub opened this issue Nov 27, 2023 · 0 comments
Open
Labels

Comments

@evhub
Copy link
Owner

evhub commented Nov 27, 2023

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.

@evhub evhub added the feature label Nov 27, 2023
@evhub evhub added this to the v3.1.0 milestone Nov 27, 2023
@evhub evhub removed this from the v3.1.0 milestone Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant