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

Make WalkDir Send + Sync #41

Closed
KodrAus opened this issue Jun 14, 2017 · 0 comments
Closed

Make WalkDir Send + Sync #41

KodrAus opened this issue Jun 14, 2017 · 0 comments

Comments

@KodrAus
Copy link
Contributor

KodrAus commented Jun 14, 2017

Relevant API Guideline

Add Send + Sync bounds to the sort_by function box, so that WalkDir can be Send + Sync. To make sure it doesn't regress, we should also add an assert_send and assert_sync macro (see the API guideline for inspiration) and test WalkDir, Iter and IterFilterEntry.

jeremielate added a commit to jeremielate/walkdir that referenced this issue Jun 18, 2017
KodrAus pushed a commit to KodrAus/walkdir that referenced this issue Aug 3, 2017
BurntSushi pushed a commit that referenced this issue Aug 3, 2017
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