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

Deprecate API methods with implicit parallelism resolution #466

Merged
merged 2 commits into from
Mar 15, 2020

Conversation

pivovarit
Copy link
Owner

@pivovarit pivovarit commented Mar 15, 2020

Since the main use-case for the library is to assist with long-running IO tasks, it's not wise to apply resolution typical for CPU-bound tasks.

This can result in surprising behaviour when running code on various machines.


Fixes #465

@pivovarit pivovarit self-assigned this Mar 15, 2020
@pivovarit pivovarit merged commit 7a89f40 into master Mar 15, 2020
@pivovarit pivovarit deleted the deprecate branch March 15, 2020 07:23
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.

Deprecate API methods with implicit parallelism resolution
1 participant