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

[Refactor] Async support #145

Closed
csillaggyujto opened this issue May 10, 2023 · 3 comments
Closed

[Refactor] Async support #145

csillaggyujto opened this issue May 10, 2023 · 3 comments

Comments

@csillaggyujto
Copy link
Contributor

Database operations - being IO - are asynchronous by design. Currently ViewModels use with the await Task.Run pattern more suited for CPU-bound background work. Refactoring is needed so that Async is used properly wherever needed.

@csillaggyujto
Copy link
Contributor Author

The task is work in progress as part of #140

@Anu6is
Copy link
Contributor

Anu6is commented May 8, 2024

@csillaggyujto have you given up on making modifications to this project? Looking at your fork there seemed to be some worthwhile changes in progress

@csillaggyujto
Copy link
Contributor Author

@Anu6is unfortunately I wasn't able to allocate enough time to complete my refactor before @TheAxelander committed his.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants