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

Async file reading #200

Open
cpetry opened this issue Nov 7, 2023 · 1 comment · May be fixed by #283
Open

Async file reading #200

cpetry opened this issue Nov 7, 2023 · 1 comment · May be fixed by #283
Labels
feature New feature added

Comments

@cpetry
Copy link

cpetry commented Nov 7, 2023

Is your feature request related to a problem? Please describe.
I would like to read in a file/stream asynchronously

Describe the solution you'd like
An async method returning a Task (ideal with progress callback)

Describe alternatives you've considered
Synchronous reading on file or I/O based is not as nice.

Additional context

@DomCR DomCR added the feature New feature added label Nov 9, 2023
@DomCR
Copy link
Owner

DomCR commented Nov 9, 2023

Hi @cpetry,

I'll open a branch to see how can this be implemented in the project.

Thanks!

@DomCR DomCR linked a pull request Feb 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature added
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants