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

[FEATURE ADD] Fix up PoolExecutor wrapper class #5

Open
3 tasks
HunterAP23 opened this issue Jun 5, 2022 · 0 comments
Open
3 tasks

[FEATURE ADD] Fix up PoolExecutor wrapper class #5

HunterAP23 opened this issue Jun 5, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@HunterAP23
Copy link
Owner

HunterAP23 commented Jun 5, 2022

Describe the feature that is being tested/implemented
Add the following functionality to the PoolExecutor wrapper class:

  • Wraps around combination of Thread and Process pool classes
  • Raise "not implemented" exception when using functions not available on the specified class type
  • Add optional variable used when creating thread pools to act as a multiplier for the specified number of threads (default multiplier is 5).
    • IE: if the given number of threads was 6, and the multiplier was 1.5, then the total number provided to the super ThreadPoolExecutor would be 9.
    • This should only be applied to ThreadPoolExecutors, NOT ProcessPoolExecutors

List any relations to other issues in this repository or in other repositories
N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant