Skip to content

Extend run_in_executor to support more Executor implementations - #8

Open
gottadiveintopython wants to merge 2 commits into
mainfrom
extend_run_in_executor
Open

Extend run_in_executor to support more Executor implementations#8
gottadiveintopython wants to merge 2 commits into
mainfrom
extend_run_in_executor

Conversation

@gottadiveintopython

Copy link
Copy Markdown
Member

Currently, run_in_executor only supports ThreadPoolExecutor. This PR extends support to the other two implementations: ProcessPoolExecutor and InterpreterPoolExecutor.

@gottadiveintopython gottadiveintopython changed the title Extend run in executor Extend run_in_executor to support ProcessPoolExecutor and InterpreterPoolExecutor Jul 4, 2026
@gottadiveintopython gottadiveintopython changed the title Extend run_in_executor to support ProcessPoolExecutor and InterpreterPoolExecutor Extend run_in_executor to support more Executor implementations Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant