We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Send
Sync
Weak<T>
1 parent f76dea0 commit 9f96662Copy full SHA for 9f96662
crates/libs/core/src/weak.rs
@@ -23,3 +23,6 @@ impl<I: Interface> Weak<I> {
23
Ok(Self(reference, PhantomData))
24
}
25
26
+
27
+unsafe impl<I: Interface> Send for Weak<I> {}
28
+unsafe impl<I: Interface> Sync for Weak<I> {}
0 commit comments