We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb99db commit 56199f3Copy full SHA for 56199f3
src/layout/animator.rs
@@ -23,3 +23,8 @@ impl LayoutConstraintAnimatorProxy {
23
}
24
25
26
+
27
+// TODO: Safety
28
+unsafe impl Send for LayoutConstraintAnimatorProxy {}
29
+unsafe impl Sync for LayoutConstraintAnimatorProxy {}
30
src/view/animator.rs
@@ -22,3 +22,7 @@ impl ViewAnimatorProxy {
22
+unsafe impl Send for ViewAnimatorProxy {}
+unsafe impl Sync for ViewAnimatorProxy {}
0 commit comments