-
Notifications
You must be signed in to change notification settings - Fork 216
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
Weird error when passing guards to another thread #399
Comments
parking_lot's |
The error message with |
what was the reason of doing that instead of !Send ? |
|
Makes sense, though I've seen parking_lot use impl !Sync (ig it's stable?) |
Guards implement Send for some reason?
The text was updated successfully, but these errors were encountered: