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

Implement I/O operations through async and Tokio #7

Open
Ragnyll opened this issue Dec 31, 2021 · 1 comment
Open

Implement I/O operations through async and Tokio #7

Ragnyll opened this issue Dec 31, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Ragnyll
Copy link
Owner

Ragnyll commented Dec 31, 2021

Downloads of newsdock items can occur simultaneously or asynchronously. Downloads should be passed out to a threadpool so that they dont all happen serially and take forever.

@Ragnyll Ragnyll added the enhancement New feature or request label Dec 31, 2021
@Ragnyll Ragnyll added this to the MVP milestone Jan 10, 2022
@Ragnyll
Copy link
Owner Author

Ragnyll commented Feb 23, 2022

This actually makes more sense to do with async

@Ragnyll Ragnyll changed the title Download with a threadpool Implement I/O operations through async and Tokio Mar 5, 2022
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