We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951d971 commit 9b69acdCopy full SHA for 9b69acd
src/join_handle.rs
@@ -25,7 +25,7 @@ pub struct JoinHandle<R, T> {
25
}
26
27
unsafe impl<R: Send, T> Send for JoinHandle<R, T> {}
28
-unsafe impl<R: Send, T> Sync for JoinHandle<R, T> {}
+unsafe impl<R, T> Sync for JoinHandle<R, T> {}
29
30
impl<R, T> Unpin for JoinHandle<R, T> {}
31
0 commit comments