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 any fs sync usage to async #8604

Open
medikoo opened this issue Dec 10, 2020 · 0 comments
Open

Refactor any fs sync usage to async #8604

medikoo opened this issue Dec 10, 2020 · 0 comments
Labels

Comments

@medikoo
Copy link
Contributor

medikoo commented Dec 10, 2020

Use case description

Ideally to be addressed after #8369

In many parts of logic sync fs functions are used. It was done back at the time, simply for convienence (we could not then used async code). Still such operations are harmful (block the process).

Proposed solution

Find all fs and fs-extra sync operetions and refactor them to async.

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

No branches or pull requests

1 participant