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

Have read_dir and walk_dir return Send #46

Merged

Conversation

Property404
Copy link
Contributor

Previously, VfsPath::read_dir and VfsPath::walk_dir could not be held across an await. This is an inconvenience when working with async code.

Previously, VfsPath::read_dir and VfsPath::walk_dir could not be held
across an await. This is an inconvenience when working with async code.
@manuel-woelker manuel-woelker merged commit d3766b0 into manuel-woelker:master Dec 18, 2022
@manuel-woelker
Copy link
Owner

Thanks, merged! 👍

@Property404 Property404 deleted the Property404/read-dir-send branch December 18, 2022 17:52
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

Successfully merging this pull request may close these issues.

2 participants