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

Convert instances of std Path::exists to async #38

Open
jmagnuson opened this issue May 31, 2021 · 0 comments
Open

Convert instances of std Path::exists to async #38

jmagnuson opened this issue May 31, 2021 · 0 comments

Comments

@jmagnuson
Copy link
Owner

This is going to be a pain since it will increase the complexity of the underlying state machines, but this mixing of sync and async filesystem operations is likely a source of some of the race conditions that have been observed in the past.

This should also hopefully make some of the the hacks implemented in #19 and #37 unnecessary.

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

No branches or pull requests

1 participant