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

[request] Consider supporting async/await #29

Open
LukeSkyw opened this issue Aug 3, 2023 · 0 comments
Open

[request] Consider supporting async/await #29

LukeSkyw opened this issue Aug 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@LukeSkyw
Copy link

LukeSkyw commented Aug 3, 2023

I am in a situation were I download multiple 7s file and unzip them. My workflow would benefits from concurrency but it seem sevenz_rust does not support it.

Would you consider changing your SevenZReader API so that entries and readers are provided through an iterator and provide an async version of this iterator so that the provided readers would implement the AsyncBufRead trait?

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

2 participants