Skip to content

Added thread pool for unpacking#174

Open
Szczyrk wants to merge 4 commits intodev/v3.17.x.xfrom
features/v3.17.x.x/improved-unpacking
Open

Added thread pool for unpacking#174
Szczyrk wants to merge 4 commits intodev/v3.17.x.xfrom
features/v3.17.x.x/improved-unpacking

Conversation

@Szczyrk
Copy link
Collaborator

@Szczyrk Szczyrk commented Aug 24, 2021

No description provided.

@Szczyrk Szczyrk changed the base branch from dev/v3.17.x.x to experimental/improved-download-unpacking-installation August 27, 2021 12:05
DecompressorCreator decompressorCreator = ResolveDecompressor(_metaData);

using (var fs = new FileStream(_packagePath, FileMode.Open))
using (var fs = new FileStream(_packagePath, FileMode.Open, FileAccess.Read, FileShare.Read))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change related to the thread pool support?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@Szczyrk Szczyrk changed the base branch from experimental/improved-download-unpacking-installation to dev/v3.17.x.x February 22, 2022 08:37
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.

2 participants